mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
29 lines
1.2 KiB
Plaintext
Vendored
29 lines
1.2 KiB
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class Foo$Companion {
|
|
inner class Foo$Companion
|
|
private method <init>(): void
|
|
public synthetic method <init>(p0: kotlin.jvm.internal.DefaultConstructorMarker): void
|
|
public final method funInCompanion(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Foo {
|
|
public final static field Companion: Foo$Companion
|
|
private final static field constValInCompanion: int
|
|
private final field x: int
|
|
inner class Foo$Companion
|
|
static method <clinit>(): void
|
|
public synthetic method <init>(p0: int): 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 method equals(p0: java.lang.Object): boolean
|
|
public final method getX(): int
|
|
public method hashCode(): int
|
|
public static method hashCode(p0: int): int
|
|
public final static method inInlineClass(p0: int): void
|
|
public method toString(): java.lang.String
|
|
public static @org.jetbrains.annotations.NotNull method toString(p0: int): java.lang.String
|
|
public final method unbox(): int
|
|
}
|