KT-446: wrong String.+=
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun box(): String {
|
||||
var s = "s"
|
||||
s += 1
|
||||
return if (s == "s1") "OK" else "fail"
|
||||
}
|
||||
Reference in New Issue
Block a user