4 lines
53 B
Kotlin
Vendored
4 lines
53 B
Kotlin
Vendored
fun f() {
|
|
val v = -1
|
|
println(<caret>v: Int)
|
|
} |