Files
kotlin/compiler/testData/codegen/light-analysis/callableReference/property/kClassInstanceIsInitializedFirst.txt

21 lines
754 B
Plaintext
Vendored

public final class A {
public final static field Companion: A.Companion
private final @org.jetbrains.annotations.NotNull field foo: java.lang.String
private final static @org.jetbrains.annotations.NotNull field ref: kotlin.reflect.KProperty1
inner class A/Companion
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
}
public final static class A/Companion {
inner class A/Companion
private method <init>(): void
public final @org.jetbrains.annotations.NotNull method getRef(): kotlin.reflect.KProperty1
}
public final class KClassInstanceIsInitializedFirstKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}