Files
kotlin-fork/compiler/testData/codegen/light-analysis/callableReference/property/kt12982_protectedPropertyReference.txt
T

14 lines
456 B
Plaintext
Vendored

@kotlin.Metadata
public final class Foo {
private field x: int
public method <init>(): void
protected final method getX(): int
public final @org.jetbrains.annotations.NotNull method getX(): kotlin.reflect.KMutableProperty1
protected final method setX(p0: int): void
}
@kotlin.Metadata
public final class Kt12982_protectedPropertyReferenceKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}