4 lines
68 B
Kotlin
Vendored
4 lines
68 B
Kotlin
Vendored
// "Add 'toString()' call" "true"
|
|
|
|
val s: String = 1 <caret>+ 2 * 3
|