Files
kotlin-fork/compiler/testData/codegen/light-analysis/bridges/delegationProperty.txt
T

20 lines
729 B
Plaintext
Vendored

public interface A {
public abstract method getResult(): java.lang.Object
public abstract method setResult(p0: java.lang.Object): void
}
public final class B {
private synthetic final field $$delegate_0: A
public method <init>(@org.jetbrains.annotations.NotNull p0: A): void
public synthetic method getResult(): java.lang.Object
public @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
public method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public synthetic method setResult(p0: java.lang.Object): void
}
public final class DelegationPropertyKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}