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