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