4 lines
58 B
Kotlin
Vendored
4 lines
58 B
Kotlin
Vendored
fun foo(n: Int) {
|
|
val x: String; <caret>;
|
|
x = ""
|
|
} |