4 lines
66 B
Kotlin
Vendored
4 lines
66 B
Kotlin
Vendored
fun f() {
|
|
val v = 150 + 150
|
|
println(<caret>v.toString())
|
|
} |