24 lines
670 B
Plaintext
Vendored
24 lines
670 B
Plaintext
Vendored
public interface A {
|
|
public abstract method foo(): java.lang.Object
|
|
}
|
|
|
|
|
|
public final class B {
|
|
public method <init>(): void
|
|
public synthetic method foo(): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class C {
|
|
private synthetic final field $$delegate_0: A
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: A): void
|
|
public synthetic method foo(): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class DelegationKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|