aboutsummaryrefslogtreecommitdiff
path: root/tests/run/inlinePrivates.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make inline a keywordMartin Odersky2016-10-021-25/+7
| | | | | | | `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.
* More inline testsMartin Odersky2016-10-021-0/+54