43 lines
1.3 KiB
Plaintext
Vendored
43 lines
1.3 KiB
Plaintext
Vendored
public interface A {
|
|
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
|
}
|
|
|
|
|
|
public interface B {
|
|
inner class B/DefaultImpls
|
|
public abstract @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
|
}
|
|
|
|
|
|
public final class B/DefaultImpls {
|
|
inner class B/DefaultImpls
|
|
public static @org.jetbrains.annotations.NotNull method foo(p0: B, p1: int): java.lang.String
|
|
}
|
|
|
|
|
|
public final class FakeGenericCovariantOverrideWithDelegationKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Z {
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Z1 {
|
|
private synthetic final field $$delegate_0: Z
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
|
public synthetic method foo(p0: java.lang.Object): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Z2 {
|
|
private synthetic final field $$delegate_0: Z
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method foo(p0: int): java.lang.String
|
|
public synthetic method foo(p0: java.lang.Object): java.lang.String
|
|
}
|