mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
23 lines
899 B
Plaintext
Vendored
23 lines
899 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public static class Foo$Erased {
|
|
method <init>(): void
|
|
public final static @org.jetbrains.annotations.NotNull method box(p0: int): Foo
|
|
public static method constructor(p0: int): int
|
|
public static method equals(p0: int, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
|
public final static method getAsThis(p0: int): int
|
|
public final static method getProp(p0: int): int
|
|
public static method hashCode(p0: int): int
|
|
public static @org.jetbrains.annotations.NotNull method toString(p0: int): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Foo {
|
|
private final field x: int
|
|
public method <init>(p0: int): void
|
|
public method equals(p0: java.lang.Object): boolean
|
|
public final method getX(): int
|
|
public method hashCode(): int
|
|
public method toString(): java.lang.String
|
|
public final method unbox(): int
|
|
}
|