11caa03427
1. Analyze method node with fake jumps for loops to make sure that all instructions reachable only through break/continue jumps are processed. 2. Fix stack for break/continue jumps. 3. Drop fake jumps for loops, analyze method node again. 4. Fix stack for try/catch and beforeInline.
20 lines
682 B
Plaintext
Vendored
20 lines
682 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class A {
|
|
private final @org.jetbrains.annotations.NotNull field delayedQueue: MyQueue
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getDelayedQueue(): MyQueue
|
|
public final method next(): void
|
|
public final method unblock(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Kt16713Kt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class MyQueue {
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.Nullable method poll(): java.lang.String
|
|
}
|