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

10 lines
313 B
Plaintext
Vendored

public final class A {
private field foo: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
public final class PrivatePropertyCallIsAccessibleOnAccessorsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}