aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t3453.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t3453.check')
-rw-r--r--tests/untried/neg/t3453.check21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/untried/neg/t3453.check b/tests/untried/neg/t3453.check
new file mode 100644
index 000000000..52c948128
--- /dev/null
+++ b/tests/untried/neg/t3453.check
@@ -0,0 +1,21 @@
+t3453.scala:18: error: type mismatch;
+ found : A
+ required: B
+ new A
+ ^
+t3453.scala:36: error: type mismatch;
+ found : A
+ required: B
+ new A
+ ^
+t3453.scala:50: error: type mismatch;
+ found : A
+ required: B
+ new A
+ ^
+t3453.scala:64: error: type mismatch;
+ found : A
+ required: B
+ new A
+ ^
+four errors found