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