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

20 lines
744 B
Plaintext
Vendored

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
}
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
}
public final class Kt535Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}