summaryrefslogtreecommitdiff
path: root/test/files/run/t10067.flags
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2016-11-18 15:29:53 +1000
committerJason Zaugg <jzaugg@gmail.com>2016-11-18 15:33:58 +1000
commitd2d33ddf8ce4dff503c8830958bac0e449eb7d34 (patch)
tree4a27ed92ff8c831ee97bd173685c45f6ca5b0d84 /test/files/run/t10067.flags
parent73678d4dafe250f0b38df2e953787af26b1a4ee3 (diff)
downloadscala-d2d33ddf8ce4dff503c8830958bac0e449eb7d34.tar.gz
scala-d2d33ddf8ce4dff503c8830958bac0e449eb7d34.tar.bz2
scala-d2d33ddf8ce4dff503c8830958bac0e449eb7d34.zip
SI-10067 Java defined inner classes don't have outer accessors
If we pretend they do, we can walk into NoSuchMethodErrors when translating type patterns path dependent types. This commit avoids this symptom by changing the explicitouter info transformer. A following commit will change the pattern matcher itself to avoid speculatively adding this outer check that will be always dropped in explicitouter.
Diffstat (limited to 'test/files/run/t10067.flags')
-rw-r--r--test/files/run/t10067.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t10067.flags b/test/files/run/t10067.flags
new file mode 100644
index 0000000000..c02e5f2461
--- /dev/null
+++ b/test/files/run/t10067.flags
@@ -0,0 +1 @@
+-unchecked