summaryrefslogtreecommitdiff
path: root/test/files/neg/t1623.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t1623.check')
-rw-r--r--test/files/neg/t1623.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t1623.check b/test/files/neg/t1623.check
new file mode 100644
index 0000000000..251039ad30
--- /dev/null
+++ b/test/files/neg/t1623.check
@@ -0,0 +1,4 @@
+t1623.scala:11: error: class BImpl cannot be instantiated because it does not conform to its self-type test.BImpl with test.A
+ val b = new BImpl
+ ^
+one error found