aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t1623.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t1623.check')
-rw-r--r--tests/untried/neg/t1623.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/untried/neg/t1623.check b/tests/untried/neg/t1623.check
new file mode 100644
index 000000000..251039ad3
--- /dev/null
+++ b/tests/untried/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