aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/rbtree.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make inline a keywordMartin Odersky2016-10-021-5/+5
| | | | | | | `inline` is now a modifier keyword. To keep disruption tolerable, we still allow `@inline` as an annotation as well. Other uses of `inline` are supported only under `-language:Scala2` and are rewritten to identifiers in backticks.
* Fix desugaring problemMartin Odersky2015-09-121-0/+565
Desugaring worked incorrectly when both context bounds and default parameters were present.