6 lines
58 B
Kotlin
Vendored
6 lines
58 B
Kotlin
Vendored
package a.b.c
|
|
|
|
var x = 2
|
|
fun fn() {
|
|
x = x + 1<caret>
|
|
} |