Files
kotlin/compiler/testData/codegen/light-analysis/reflection/properties/protectedClassVar.txt

13 lines
602 B
Plaintext
Vendored

public final class A {
private @org.jetbrains.annotations.NotNull field v: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
protected final @org.jetbrains.annotations.NotNull method getV(): java.lang.String
public final @org.jetbrains.annotations.NotNull method ref(): kotlin.reflect.KMutableProperty1
protected final method setV(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class ProtectedClassVarKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}