16 lines
438 B
Plaintext
Vendored
16 lines
438 B
Plaintext
Vendored
public final class AccessViaSubclassKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public abstract class Base {
|
|
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
|
public method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class Derived {
|
|
public method <init>(): void
|
|
}
|