13 lines
573 B
Plaintext
Vendored
13 lines
573 B
Plaintext
Vendored
public final class A {
|
|
private final field x: int
|
|
public method <init>(p0: int): void
|
|
public final method getX(): int
|
|
}
|
|
|
|
|
|
public final class ExtensionObjectKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method checkLess(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: A): java.lang.String
|
|
public final static method compareTo(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: A): int
|
|
}
|