discord-jadx/app/src/main/java/defpackage/q.java

29 lines
768 B
Java

package defpackage;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: kotlin-style lambda group */
/* renamed from: q reason: default package */
/* loaded from: classes2.dex */
public final class q extends o implements Function0<Unit> {
public static final q j = new q(0);
public static final q k = new q(1);
public final /* synthetic */ int l;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public q(int i) {
super(0);
this.l = i;
}
@Override // kotlin.jvm.functions.Function0
public final Unit invoke() {
int i = this.l;
if (!(i == 0 || i == 1)) {
throw null;
}
return Unit.a;
}
}