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

31 lines
700 B
Plaintext
Vendored

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