7 lines
111 B
Kotlin
Vendored
7 lines
111 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// SIBLING:
|
|
fun foo() {
|
|
<selection>val a = 1
|
|
var b = 2</selection>
|
|
println(a + b)
|
|
} |