Files
kotlin-fork/compiler/testData/codegen/light-analysis/objects/kt535.txt
T

21 lines
793 B
Plaintext
Vendored

@kotlin.Metadata
public final class Identifier {
public final static field Companion: Identifier.Companion
private final field myT: java.lang.Object
inner class Identifier/Companion
public method <init>(@org.jetbrains.annotations.Nullable p0: java.lang.Object, p1: boolean): void
public final @org.jetbrains.annotations.Nullable method getName(): java.lang.Object
}
@kotlin.Metadata
public final static class Identifier/Companion {
inner class Identifier/Companion
private method <init>(): void
public @org.jetbrains.annotations.NotNull method init(@org.jetbrains.annotations.Nullable p0: java.lang.Object): Identifier
}
@kotlin.Metadata
public final class Kt535Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}