summaryrefslogtreecommitdiff
path: root/test/files/pos/t8578.flags
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-05-11 13:50:09 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-05-11 13:52:42 +0200
commitf13c07fe29d27bdc75423be6d3bf5458175bec90 (patch)
treeb46d2a8c68735e0d80bf181c0423e9cc18cb73c7 /test/files/pos/t8578.flags
parent3f28bbed6d1c2d49201da700907aae460f15cd4d (diff)
downloadscala-f13c07fe29d27bdc75423be6d3bf5458175bec90.tar.gz
scala-f13c07fe29d27bdc75423be6d3bf5458175bec90.tar.bz2
scala-f13c07fe29d27bdc75423be6d3bf5458175bec90.zip
SI-8578 Avoid fresh name clashes under -Ydelambdafy:method
It is important to append the fresh 'N' after '$'. Otherwise, we find out the hard way that ("foo$11" + "1") == ("foo$1" + "11").
Diffstat (limited to 'test/files/pos/t8578.flags')
-rw-r--r--test/files/pos/t8578.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/t8578.flags b/test/files/pos/t8578.flags
new file mode 100644
index 0000000000..48b438ddf8
--- /dev/null
+++ b/test/files/pos/t8578.flags
@@ -0,0 +1 @@
+-Ydelambdafy:method