4 lines
57 B
Kotlin
Vendored
4 lines
57 B
Kotlin
Vendored
fun f() {
|
|
val v = 150 * 2
|
|
println(<caret>v + 0)
|
|
} |