5 lines
71 B
Kotlin
Vendored
5 lines
71 B
Kotlin
Vendored
fun test(): Int {
|
|
val x = 1
|
|
val <caret>y = x
|
|
return x + y
|
|
} |