mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-24 08:02:37 -06:00
20 lines
1.3 KiB
Java
20 lines
1.3 KiB
Java
|
package kotlin;
|
||
|
|
||
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
||
|
import kotlin.jvm.functions.Function0;
|
||
|
import kotlin.jvm.internal.Intrinsics;
|
||
|
|
||
|
/* compiled from: AssertionsJVM.kt */
|
||
|
@Metadata(d1 = {"\u0000\u0018\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\u001a\u0011\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0003H\u0087\b\u001a\"\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u00032\f\u0010\u0004\u001a\b\u0012\u0004\u0012\u00020\u00060\u0005H\u0087\bø\u0001\u0000\u0082\u0002\u0007\n\u0005\b\u009920\u0001¨\u0006\u0007"}, d2 = {"assert", "", "value", "", "lazyMessage", "Lkotlin/Function0;", "", "kotlin-stdlib"}, k = 5, mv = {1, 9, 0}, xi = ConstraintLayout.LayoutParams.Table.LAYOUT_EDITOR_ABSOLUTEX, xs = "kotlin/PreconditionsKt")
|
||
|
/* loaded from: classes3.dex */
|
||
|
class PreconditionsKt__AssertionsJVMKt {
|
||
|
/* renamed from: assert, reason: not valid java name */
|
||
|
private static final void m5695assert(boolean z) {
|
||
|
}
|
||
|
|
||
|
/* renamed from: assert, reason: not valid java name */
|
||
|
private static final void m5696assert(boolean z, Function0<? extends Object> lazyMessage) {
|
||
|
Intrinsics.checkNotNullParameter(lazyMessage, "lazyMessage");
|
||
|
}
|
||
|
}
|