34 lines
886 B
Plaintext
Vendored
34 lines
886 B
Plaintext
Vendored
public final class A {
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class MultipleSuperTraitsKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public interface T1 {
|
|
inner class T1/DefaultImpls
|
|
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class T1/DefaultImpls {
|
|
inner class T1/DefaultImpls
|
|
public static @org.jetbrains.annotations.NotNull method foo(p0: T1): java.lang.String
|
|
}
|
|
|
|
|
|
public interface T2 {
|
|
inner class T2/DefaultImpls
|
|
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class T2/DefaultImpls {
|
|
inner class T2/DefaultImpls
|
|
public static @org.jetbrains.annotations.NotNull method foo(p0: T2): java.lang.String
|
|
}
|