3 lines
41 B
Kotlin
Vendored
3 lines
41 B
Kotlin
Vendored
fun foo(n: Int) {
|
|
<caret>val x = ""
|
|
} |