22 lines
623 B
Plaintext
Vendored
22 lines
623 B
Plaintext
Vendored
public abstract class A {
|
|
public method <init>(): void
|
|
public abstract @org.jetbrains.annotations.NotNull method foo(p0: java.lang.Object): java.lang.String
|
|
}
|
|
|
|
|
|
public final class AbstractFunKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public abstract class B {
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class Z {
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
|
public synthetic method foo(p0: java.lang.Object): java.lang.String
|
|
}
|