== test == fun test() { while (true) { class LocalClass(val x: Int) { init { break } constructor() : this(42) { break } fun foo() { break } } } } --------------------- : * NEW: magic[VALUE_CONSUMER](true|) -> : Int NEW: magic[FAKE_INITIALIZER](val x: Int) -> true : Boolean NEW: r(true) -> break !: * { break } !: * COPY while (true) { class LocalClass(val x: Int) { init { break } constructor() : this(42) { break } fun foo() { break } } } !: * { while (true) { class LocalClass(val x: Int) { init { break } constructor() : this(42) { break } fun foo() { break } } } } !: * COPY ===================== == foo == fun foo() { break } --------------------- break !: * { break } !: * COPY =====================