summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/neg/t9834.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/neg/t9834.check b/test/files/neg/t9834.check
index eaf85abdcd..d07eb7f155 100644
--- a/test/files/neg/t9834.check
+++ b/test/files/neg/t9834.check
@@ -3,6 +3,7 @@ t9834.scala:5: error: value += is not a member of Int
type mismatch;
found : String
required: Int
+ expansion: x.update(x.apply().+("42"))
x() += "42"
^
one error found