summaryrefslogtreecommitdiff
path: root/test/files/neg/S7.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/S7.check')
-rw-r--r--test/files/neg/S7.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/S7.check b/test/files/neg/S7.check
new file mode 100644
index 0000000000..22769d0fe7
--- /dev/null
+++ b/test/files/neg/S7.check
@@ -0,0 +1,4 @@
+S7.scala:6: illegal cyclic reference involving class S7.A
+ class C() extends a.A() {}
+ ^
+one error found