36 lines
1.7 KiB
Java
36 lines
1.7 KiB
Java
package kotlin;
|
|
|
|
import kotlin.internal.InlineOnly;
|
|
|
|
@Metadata(d1 = {"\u0000 \n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u0005\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\t\n\u0000\n\u0002\u0010\n\n\u0002\b\u0002\u001a\u0012\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u0087\b¢\u0006\u0002\u0010\u0003\u001a\u0012\u0010\u0000\u001a\u00020\u0001*\u00020\u0004H\u0087\b¢\u0006\u0002\u0010\u0005\u001a\u0012\u0010\u0000\u001a\u00020\u0001*\u00020\u0006H\u0087\b¢\u0006\u0002\u0010\u0007\u001a\u0012\u0010\u0000\u001a\u00020\u0001*\u00020\bH\u0087\b¢\u0006\u0002\u0010\t¨\u0006\n"}, d2 = {"toUShort", "Lkotlin/UShort;", "", "(B)S", "", "(I)S", "", "(J)S", "", "(S)S", "kotlin-stdlib"}, k = 2, mv = {1, 9, 0}, xi = 48)
|
|
/* loaded from: classes3.dex */
|
|
public final class UShortKt {
|
|
@SinceKotlin(version = "1.5")
|
|
@WasExperimental(markerClass = {ExperimentalUnsignedTypes.class})
|
|
@InlineOnly
|
|
private static final short toUShort(byte b4) {
|
|
return UShort.m397constructorimpl(b4);
|
|
}
|
|
|
|
@SinceKotlin(version = "1.5")
|
|
@WasExperimental(markerClass = {ExperimentalUnsignedTypes.class})
|
|
@InlineOnly
|
|
private static final short toUShort(short s4) {
|
|
return UShort.m397constructorimpl(s4);
|
|
}
|
|
|
|
@SinceKotlin(version = "1.5")
|
|
@WasExperimental(markerClass = {ExperimentalUnsignedTypes.class})
|
|
@InlineOnly
|
|
private static final short toUShort(int i) {
|
|
return UShort.m397constructorimpl((short) i);
|
|
}
|
|
|
|
@SinceKotlin(version = "1.5")
|
|
@WasExperimental(markerClass = {ExperimentalUnsignedTypes.class})
|
|
@InlineOnly
|
|
private static final short toUShort(long j4) {
|
|
return UShort.m397constructorimpl((short) j4);
|
|
}
|
|
}
|