5 lines
47 B
Kotlin
Vendored
5 lines
47 B
Kotlin
Vendored
fun foo() {
|
|
<caret>val v: Int
|
|
|
|
v = 10
|
|
} |