summaryrefslogtreecommitdiff
path: root/test/files/neg/bug667.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug667.check')
-rw-r--r--test/files/neg/bug667.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/bug667.check b/test/files/neg/bug667.check
new file mode 100644
index 0000000000..11daa182ef
--- /dev/null
+++ b/test/files/neg/bug667.check
@@ -0,0 +1,4 @@
+bug667.scala:8 error: class Ni inherits itself
+ class Ni extends super.Ni with Ni;
+ ^
+one error found