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

12 lines
318 B
Plaintext
Vendored

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
}
public final class MemberPropertyKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}