Files
kotlin-fork/idea/testData/resolve/partialBodyResolve/WhileTrueCondition.dump
T

4 lines
119 B
Plaintext

Resolve target: value-parameter val p: kotlin.Any?
Skipped statements:
while(2 * 2 == 4) { print(p!!) if (x()) break }