Files
kotlin-fork/compiler/testData/codegen/light-analysis/classes/delegationGenericLongArg.txt
T

17 lines
637 B
Plaintext
Vendored

public interface A {
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
}
public final class DelegationGenericLongArgKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Derived {
private synthetic final field $$delegate_0: A
public method <init>(@org.jetbrains.annotations.NotNull p0: A): void
public synthetic method foo(p0: java.lang.Object, p1: java.lang.Object): java.lang.String
public @org.jetbrains.annotations.NotNull method foo(p0: long, p1: int): java.lang.String
}