18 lines
555 B
Plaintext
Vendored
18 lines
555 B
Plaintext
Vendored
public abstract class A {
|
|
public method <init>(): void
|
|
public abstract @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
|
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
|
}
|
|
|
|
|
|
public abstract class G {
|
|
public method <init>(): void
|
|
public abstract @org.jetbrains.annotations.NotNull method bar(): java.lang.Object
|
|
}
|
|
|
|
|
|
public final class InnerAnonymousObjectKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
private final static method foo(): G
|
|
}
|