discord-jadx/app/src/main/java/s/a/j1.java

24 lines
696 B
Java

package s.a;
import c.q.a.k.a;
import d0.w.g.b;
import kotlin.Unit;
import kotlin.coroutines.Continuation;
import kotlin.coroutines.CoroutineContext;
import kotlin.jvm.functions.Function2;
import kotlinx.coroutines.CoroutineScope;
/* compiled from: Builders.common.kt */
public final class j1 extends q1 {
public final Continuation<Unit> l;
public j1(CoroutineContext coroutineContext, Function2<? super CoroutineScope, ? super Continuation<? super Unit>, ? extends Object> function2) {
super(coroutineContext, false);
this.l = b.createCoroutineUnintercepted(function2, this, this);
}
@Override // s.a.b
public void Z() {
a.R(this.l, this);
}
}