Files
kotlin-fork/compiler/testData/codegen/light-analysis/closures/kt3152.txt
T

21 lines
585 B
Plaintext
Vendored

public final class Kt3152Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Test {
private final field content: int
inner class Test/A
public method <init>(): void
public final method getContent(): int
}
public final class Test/A {
synthetic final field this$0: Test
private final @org.jetbrains.annotations.NotNull field v: java.lang.Object
inner class Test/A
public method <init>(p0: Test): void
public final @org.jetbrains.annotations.NotNull method getV(): java.lang.Object
}