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