6 lines
97 B
Kotlin
Vendored
6 lines
97 B
Kotlin
Vendored
// "Add 'toString()' call" "true"
|
|
|
|
fun test() {
|
|
var s: String = ""
|
|
s = 1 <caret>+ 2 * 3
|
|
} |