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