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

12 lines
352 B
Plaintext
Vendored

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