20 lines
438 B
Plaintext
Vendored
20 lines
438 B
Plaintext
Vendored
public interface A {
|
|
public abstract @org.jetbrains.annotations.NotNull method getName(): java.lang.String
|
|
}
|
|
|
|
|
|
public class B {
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getName(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class C {
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class Kt4142Kt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|