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

4 lines
106 B
Plaintext

Resolve target: val x: kotlin.Any?
Skipped statements:
if (x == null) { while (true) { if (g()) break } }