aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t7519.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t7519.check')
-rw-r--r--tests/untried/neg/t7519.check11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/untried/neg/t7519.check b/tests/untried/neg/t7519.check
new file mode 100644
index 000000000..df54abaa3
--- /dev/null
+++ b/tests/untried/neg/t7519.check
@@ -0,0 +1,11 @@
+t7519.scala:5: error: type mismatch;
+ found : Int(0)
+ required: String
+ locally(0 : String) // was: "value conversion is not a member of C.this.C"
+ ^
+t7519.scala:15: error: type mismatch;
+ found : Int(0)
+ required: String
+ locally(0 : String) // was: "value conversion is not a member of U"
+ ^
+two errors found