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

13 lines
515 B
Plaintext
Vendored

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