mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
13 lines
343 B
Plaintext
Vendored
13 lines
343 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final static class UInt$Erased {
|
|
public final static @org.jetbrains.annotations.NotNull method box(p0: int): UInt
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class UInt {
|
|
private final field value: int
|
|
private method <init>(p0: int): void
|
|
public final method getValue(): int
|
|
public final method unbox(): int
|
|
}
|