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