@kotlin.Metadata
public final class Holder {
    private @org.jetbrains.annotations.NotNull field value: java.lang.String
    public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
    public final @org.jetbrains.annotations.NotNull method getValue(): java.lang.String
    public final method plusAssign(@org.jetbrains.annotations.Nullable p0: java.lang.String): void
    public final method setValue(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}

@kotlin.Metadata
public final class MyException {
    public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}

@kotlin.Metadata
public final class TestLocal {
    private @org.jetbrains.annotations.NotNull field status: Holder
    public method <init>(): void
    public method close(): void
    public final @org.jetbrains.annotations.NotNull method getStatus(): Holder
    public final @org.jetbrains.annotations.NotNull method local(): Holder
    public final @org.jetbrains.annotations.NotNull method nonLocalNestedFinally(): Holder
    public final @org.jetbrains.annotations.NotNull method nonLocalNestedWithException(): Holder
    public final @org.jetbrains.annotations.NotNull method nonLocalSimple(): Holder
    public final @org.jetbrains.annotations.NotNull method nonLocalWithException(): Holder
    public final @org.jetbrains.annotations.NotNull method nonLocalWithExceptionAndFinally(): Holder
    public final @org.jetbrains.annotations.NotNull method nonLocalWithExceptionAndFinallyWithReturn(): Holder
    public final @org.jetbrains.annotations.NotNull method nonLocalWithFinally(): Holder
    public final method setStatus(@org.jetbrains.annotations.NotNull p0: Holder): void
    private final method underMutexFun(): void
}

@kotlin.Metadata
public final class UseKt {
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
