summaryrefslogtreecommitdiff
path: root/test/files/neg/S2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/S2.check')
-rw-r--r--test/files/neg/S2.check7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/neg/S2.check b/test/files/neg/S2.check
deleted file mode 100644
index cb6bb9c991..0000000000
--- a/test/files/neg/S2.check
+++ /dev/null
@@ -1,7 +0,0 @@
-S2.scala:14: type z.type escapes its defining scope as part of z.Inner
- def x = { val z = new S2(); new z.Inner(); }
- ^
-S2.scala:15: type z.type escapes its defining scope as part of z.Inner
- def y = { val z = new S2(); new z.Inner(); }
- ^
-two errors found