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

12 lines
369 B
Plaintext
Vendored

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