34 lines
966 B
Plaintext
Vendored
34 lines
966 B
Plaintext
Vendored
public interface A {
|
|
inner class A/DefaultImpls
|
|
public abstract method foo(@org.jetbrains.annotations.NotNull p0: Base): void
|
|
}
|
|
|
|
|
|
public final class A/DefaultImpls {
|
|
inner class A/DefaultImpls
|
|
public static method foo(@org.jetbrains.annotations.NotNull p0: A, p1: Base): void
|
|
}
|
|
|
|
|
|
public final class B {
|
|
public method <init>(): void
|
|
public method foo(@org.jetbrains.annotations.NotNull p0: Child): void
|
|
public synthetic method foo(p0: Base): void
|
|
}
|
|
|
|
|
|
public interface Base
|
|
|
|
|
|
public class Child {
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class Kt318Kt {
|
|
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
|
public final static method setResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|