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

19 lines
559 B
Plaintext
Vendored

public final class Clazz {
public final static field Companion: Clazz.Companion
private final static @org.jetbrains.annotations.NotNull field a: java.lang.Object
inner class Clazz/Companion
public method <init>(): void
}
public final static class Clazz/Companion {
inner class Clazz/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method getA(): java.lang.Object
}
public final class Kt2719Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}