summaryrefslogtreecommitdiff
path: root/test/files/neg/stable.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/stable.check')
-rw-r--r--test/files/neg/stable.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/stable.check b/test/files/neg/stable.check
new file mode 100644
index 0000000000..eaa64ef62a
--- /dev/null
+++ b/test/files/neg/stable.check
@@ -0,0 +1,7 @@
+stable.scala:10: stable identifier required, but test.y found.
+ type b = y.T;
+ ^
+stable.scala:11: stable identifier required, but test.z found.
+ type c = z.T;
+ ^
+two errors found