4 lines
69 B
Kotlin
Vendored
4 lines
69 B
Kotlin
Vendored
fun f() {
|
|
val v = "" is String
|
|
println(<caret>v.toString())
|
|
} |