5 lines
73 B
Kotlin
5 lines
73 B
Kotlin
fun foo(): Int {
|
|
<selection>val x = 1</selection>
|
|
|
|
return 1 + x
|
|
} |