mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
21 lines
622 B
Plaintext
Vendored
21 lines
622 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public abstract class foo/Base {
|
|
private final field x: int
|
|
public method <init>(): void
|
|
public final method getX(): int
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class foo/Derived {
|
|
private final field y: int
|
|
public method <init>(): void
|
|
public method compareTo(@org.jetbrains.annotations.NotNull p0: foo.Derived): int
|
|
public synthetic method compareTo(p0: java.lang.Object): int
|
|
public final method getY(): int
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class foo/ImplementComparableInSubclassKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|