We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3b2f0 commit 6dc30d5Copy full SHA for 6dc30d5
tests/pos/i19616.scala
@@ -0,0 +1,6 @@
1
+def Test: Unit =
2
+ val sb = new StringBuilder
3
+ var key = ""
4
+ var map = Map.empty[String, String]
5
+ map += key -> sb.toString()
6
+ map += key -> sb.toString
0 commit comments