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