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

18 lines
627 B
Plaintext
Vendored

public class Bar {
private @org.jetbrains.annotations.NotNull field foo: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
private final method setFoo(p0: java.lang.String): void
}
public final class Baz {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method ref(): kotlin.reflect.KProperty1
}
public final class PrivateSetterOutsideClassKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}