Files
kotlin-fork/idea/testData/resolve/partialBodyResolve/DeclarationsBefore.dump
T
2014-11-24 20:11:23 +03:00

7 lines
125 B
Plaintext

Resolve target: val v2: kotlin.Int
Skipped statements:
x()
run { val v2 = 1 println(v2) }
run { val v2 = 2 println(v2) }
z()