summaryrefslogtreecommitdiff
path: root/test/files/neg/t963b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t963b.check')
-rw-r--r--test/files/neg/t963b.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t963b.check b/test/files/neg/t963b.check
new file mode 100644
index 0000000000..9918a98c46
--- /dev/null
+++ b/test/files/neg/t963b.check
@@ -0,0 +1,6 @@
+t963b.scala:25: error: type mismatch;
+ found : B.type
+ required: AnyRef{val y: A}
+ B.f(B)
+ ^
+one error found