Files
kotlin-fork/compiler/testData/codegen/light-analysis/innerNested/kt3132.txt
T

30 lines
619 B
Plaintext
Vendored

public final class Kt3132Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Test {
inner class Test/Foo
inner class Test/FooImplInner
inner class Test/FooImplNested
public method <init>(): void
}
public static interface Test/Foo {
inner class Test/Foo
}
public final class Test/FooImplInner {
synthetic final field this$0: Test
inner class Test/FooImplInner
public method <init>(p0: Test): void
}
public final static class Test/FooImplNested {
inner class Test/FooImplNested
public method <init>(): void
}