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

4 lines
108 B
Plaintext

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