Files
kotlin-fork/compiler/testData/codegen/light-analysis/reflection/mapping/memberProperty.txt
T

13 lines
351 B
Plaintext
Vendored

@kotlin.Metadata
public final class K {
private field value: long
public method <init>(p0: long): void
public final method getValue(): long
public final method setValue(p0: long): void
}
@kotlin.Metadata
public final class MemberPropertyKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}