mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 00:52:31 -06:00
15 lines
858 B
Java
15 lines
858 B
Java
package kotlinx.coroutines;
|
|
|
|
import io.sentry.protocol.SentryThread;
|
|
import kotlin.Metadata;
|
|
|
|
/* compiled from: JobSupport.kt */
|
|
@Metadata(d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\b\u0002\u0018\u00002\u00020\u0001B\r\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u0004R\u0010\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\u0002\n\u0000¨\u0006\u0005"}, d2 = {"Lkotlinx/coroutines/IncompleteStateBox;", "", SentryThread.JsonKeys.STATE, "Lkotlinx/coroutines/Incomplete;", "(Lkotlinx/coroutines/Incomplete;)V", "kotlinx-coroutines-core"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
|
/* loaded from: classes3.dex */
|
|
final class IncompleteStateBox {
|
|
public final Incomplete state;
|
|
|
|
public IncompleteStateBox(Incomplete incomplete) {
|
|
this.state = incomplete;
|
|
}
|
|
}
|