6 lines
75 B
Kotlin
6 lines
75 B
Kotlin
fun foo() {
|
|
val a = 1
|
|
val b = 2
|
|
|
|
<selection>a + b</selection>
|
|
} |