summaryrefslogtreecommitdiff
path: root/test/files/neg/t5856.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-5856 enables use of $this in string interpolationDominik Gruntz2012-07-171-0/+11
This pull request fixes SI-5856. The scanner has been modified to return the correct token if keywords appear in $-expressions. The parser has been modified to issue an error and to only accept $<identifier>, $this and $block.