FIR: don't call toString() inside string concatenations
This commit is contained in:
@@ -65,7 +65,7 @@ fun testContinueDoWhile() {
|
||||
when {
|
||||
greater(arg0 = k, arg1 = 2) -> continue
|
||||
}
|
||||
s = s.plus(other = k.toString() + ";")
|
||||
s = s.plus(other = k + ";")
|
||||
// } while (less(arg0 = k, arg1 = 10))
|
||||
}
|
||||
when {
|
||||
|
||||
Reference in New Issue
Block a user