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

14 lines
585 B
Plaintext
Vendored

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