Files
kotlin-fork/compiler/testData/codegen/light-analysis/delegatedProperty/delegateWithPrivateSet.txt
T

13 lines
560 B
Plaintext
Vendored

public final class DelegateWithPrivateSetKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class My {
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
private final @org.jetbrains.annotations.NotNull field delegate$delegate: kotlin.properties.ReadWriteProperty
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getDelegate(): java.lang.String
private final method setDelegate(p0: java.lang.String): void
}