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