Partial body resolve: more efficient handling of loops
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Resolve target: val x: kotlin.Any?
|
||||
Skipped statements:
|
||||
if (x == null) { while (true) { if (g()) break } }
|
||||
Reference in New Issue
Block a user