mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
23 lines
1.4 KiB
Java
23 lines
1.4 KiB
Java
package kotlin.jvm.internal;
|
|
|
|
import kotlin.Metadata;
|
|
|
|
/* compiled from: PrimitiveCompanionObjects.kt */
|
|
@Metadata(d1 = {"\u0000\u0014\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0006\bÀ\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002R\u000e\u0010\u0003\u001a\u00020\u0004X\u0086T¢\u0006\u0002\n\u0000R\u000e\u0010\u0005\u001a\u00020\u0004X\u0086T¢\u0006\u0002\n\u0000R\u0016\u0010\u0006\u001a\u00020\u00048\u0006X\u0087T¢\u0006\b\n\u0000\u0012\u0004\b\u0007\u0010\u0002R\u0016\u0010\b\u001a\u00020\u00048\u0006X\u0087T¢\u0006\b\n\u0000\u0012\u0004\b\t\u0010\u0002¨\u0006\n"}, d2 = {"Lkotlin/jvm/internal/IntCompanionObject;", "", "()V", "MAX_VALUE", "", "MIN_VALUE", "SIZE_BITS", "getSIZE_BITS$annotations", "SIZE_BYTES", "getSIZE_BYTES$annotations", "kotlin-stdlib"}, k = 1, mv = {1, 9, 0}, xi = 48)
|
|
/* loaded from: classes3.dex */
|
|
public final class IntCompanionObject {
|
|
public static final IntCompanionObject INSTANCE = new IntCompanionObject();
|
|
public static final int MAX_VALUE = Integer.MAX_VALUE;
|
|
public static final int MIN_VALUE = Integer.MIN_VALUE;
|
|
public static final int SIZE_BITS = 32;
|
|
public static final int SIZE_BYTES = 4;
|
|
|
|
public static /* synthetic */ void getSIZE_BITS$annotations() {
|
|
}
|
|
|
|
public static /* synthetic */ void getSIZE_BYTES$annotations() {
|
|
}
|
|
|
|
private IntCompanionObject() {
|
|
}
|
|
}
|