Files
kotlin-fork/compiler/testData/codegen/light-analysis/privateConstructors/companion.txt
T

19 lines
508 B
Plaintext
Vendored

@kotlin.Metadata
public final class CompanionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public class Outer {
public final static field Companion: Outer.Companion
inner class Outer/Companion
private method <init>(): void
}
@kotlin.Metadata
public final static class Outer/Companion {
inner class Outer/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method foo(): Outer
}