summaryrefslogtreecommitdiff
path: root/test/files/neg/t8675.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t8675.check')
-rw-r--r--test/files/neg/t8675.check11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/files/neg/t8675.check b/test/files/neg/t8675.check
new file mode 100644
index 0000000000..4e44fba918
--- /dev/null
+++ b/test/files/neg/t8675.check
@@ -0,0 +1,11 @@
+t8675.scala:13: error: type mismatch;
+ found : Boolean(true)
+ required: String
+ a.update(0, x[A]({new isString(true)})) // !!! allowed
+ ^
+t8675.scala:22: error: type mismatch;
+ found : Boolean(true)
+ required: String
+ new X().m(x[A]({new isString(true)})) // !!! allowed
+ ^
+two errors found