mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
25 lines
1.1 KiB
Plaintext
Vendored
25 lines
1.1 KiB
Plaintext
Vendored
@kotlin.Metadata
|
|
static class Foo$Erased {
|
|
method <init>(): void
|
|
public final static @org.jetbrains.annotations.NotNull method box(p0: long): Foo
|
|
public static method constructor(p0: long): long
|
|
public final static method empty(p0: long): void
|
|
public static method equals(p0: long, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
|
public final static method equals--impl(p0: long, p1: long): boolean
|
|
public final static method extension(p0: long, @org.jetbrains.annotations.NotNull p1: java.lang.Object, @org.jetbrains.annotations.NotNull p2: java.lang.String): void
|
|
public static method hashCode(p0: long): int
|
|
public final static method param(p0: long, p1: double): void
|
|
public static @org.jetbrains.annotations.NotNull method toString(p0: long): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Foo {
|
|
private final field l: long
|
|
public synthetic method <init>(p0: long): void
|
|
public method equals(p0: java.lang.Object): boolean
|
|
public final method getL(): long
|
|
public method hashCode(): int
|
|
public method toString(): java.lang.String
|
|
public final method unbox(): long
|
|
}
|