summaryrefslogtreecommitdiff
path: root/test/files/pos/t7322.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7322 Interpolator idents must be encodedSom Snytt2014-01-291-0/+11
Otherwise, they are not found. This matters for term names with a differential encoding. Footnote, normally ident() encodes, but INTERPOLATIONID is !isIdent, so that is not used here. Maybe that would be the better improvement.