Files
kotlin-fork/compiler/testData/codegen/light-analysis/reflection/properties/privateClassVar.txt
T

11 lines
319 B
Plaintext
Vendored

public final class A {
private field value: int
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method ref(): kotlin.reflect.KMutableProperty1
}
public final class PrivateClassVarKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}