summaryrefslogtreecommitdiff
path: root/test/files/neg/t5376.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5376.check')
-rw-r--r--test/files/neg/t5376.check11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/files/neg/t5376.check b/test/files/neg/t5376.check
new file mode 100644
index 0000000000..0376163c35
--- /dev/null
+++ b/test/files/neg/t5376.check
@@ -0,0 +1,11 @@
+t5376.scala:12: error: type mismatch;
+ found : String("a")
+ required: Int
+ "a": Int
+ ^
+t5376.scala:22: error: type mismatch;
+ found : String("a")
+ required: Int
+ "a": Int
+ ^
+two errors found