blob: 8b6c78b57383baf7b6c15ff54d9b2377ff6266e6 [file] [log] [blame]
import a.b.c
val x = 0
fun fn() {
println(x)
}
var y = fn()
y = y+1