6 lines
89 B
Kotlin
6 lines
89 B
Kotlin
// SIBLING:
|
|
fun foo() {
|
|
<selection>val a: Int
|
|
a = 10</selection>
|
|
println(a)
|
|
} |