17 lines
471 B
Plaintext
Vendored
17 lines
471 B
Plaintext
Vendored
public abstract class AbstractClass {
|
|
public method <init>(): void
|
|
public abstract method getSome(): java.lang.Object
|
|
}
|
|
|
|
|
|
public final class Class {
|
|
public method <init>(): void
|
|
public synthetic method getSome(): java.lang.Object
|
|
public @org.jetbrains.annotations.NotNull method getSome(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class OverrideAbstractPropertyKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|