11 lines
319 B
Plaintext
Vendored
11 lines
319 B
Plaintext
Vendored
public abstract class A {
|
|
public method <init>(): void
|
|
public abstract @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class AnonymousObjectKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
private final static method foo(): A
|
|
}
|