summaryrefslogtreecommitdiff
path: root/test/files/run/t8918-unary-ids.scala
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-241-4/+4
|
* SI-8918 Unary ids are plain idsSom Snytt2015-02-081-0/+49
Allow +,-,!,~ to be used as unprefixed identifiers. As prefix operators, they must be followed by a simple expression, so otherwise, consume the id itself as the start of a simple expression.