summaryrefslogtreecommitdiff
path: root/test/files/pos/t8578.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-8578 Avoid fresh name clashes under -Ydelambdafy:methodJason Zaugg2014-05-111-0/+1
It is important to append the fresh 'N' after '$'. Otherwise, we find out the hard way that ("foo$11" + "1") == ("foo$1" + "11").