discord-jadx/app/src/main/java/d0/w/i/a/k.java

36 lines
888 B
Java
Raw Normal View History

2021-11-08 18:25:28 +00:00
package d0.w.i.a;
2021-06-27 20:44:35 +00:00
2021-11-08 18:25:28 +00:00
import d0.z.d.a0;
import d0.z.d.i;
import d0.z.d.m;
2021-06-27 20:44:35 +00:00
import kotlin.coroutines.Continuation;
/* compiled from: ContinuationImpl.kt */
2022-03-02 20:59:20 +00:00
/* loaded from: classes3.dex */
2021-06-27 20:44:35 +00:00
public abstract class k extends d implements i<Object> {
private final int arity;
public k(int i) {
this(i, null);
}
public k(int i, Continuation<Object> continuation) {
super(continuation);
this.arity = i;
}
2021-11-08 18:25:28 +00:00
@Override // d0.z.d.i
2021-06-27 20:44:35 +00:00
public int getArity() {
return this.arity;
}
2022-03-02 20:59:20 +00:00
@Override // d0.w.i.a.a
2021-06-27 20:44:35 +00:00
public String toString() {
if (getCompletion() != null) {
return super.toString();
}
String renderLambdaToString = a0.renderLambdaToString(this);
m.checkNotNullExpressionValue(renderLambdaToString, "Reflection.renderLambdaToString(this)");
return renderLambdaToString;
}
}