mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-27 09:32:27 -06:00
16 lines
820 B
Java
16 lines
820 B
Java
package androidx.compose.runtime.internal;
|
|
|
|
import androidx.compose.runtime.ComposeCompilerApi;
|
|
import kotlin.Metadata;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* compiled from: Decoy.kt */
|
|
@Metadata(d1 = {"\u0000\u000e\n\u0000\n\u0002\u0010\u0001\n\u0000\n\u0002\u0010\u000e\n\u0000\u001a\u0010\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0003H\u0007¨\u0006\u0004"}, d2 = {"illegalDecoyCallException", "", "fName", "", "runtime_release"}, k = 2, mv = {1, 8, 0}, xi = 48)
|
|
/* loaded from: classes.dex */
|
|
public final class DecoyKt {
|
|
@ComposeCompilerApi
|
|
public static final Void illegalDecoyCallException(String fName) {
|
|
Intrinsics.checkNotNullParameter(fName, "fName");
|
|
throw new IllegalStateException("Function " + fName + " should have been replaced by compiler.");
|
|
}
|
|
}
|