4 lines
61 B
Kotlin
Vendored
4 lines
61 B
Kotlin
Vendored
fun f() {
|
|
val v = foo()
|
|
println(<caret>v is String)
|
|
} |