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

29 lines
768 B
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package defpackage;
2021-11-02 06:38:17 +00:00
import d0.z.d.o;
2021-08-03 07:33:18 +00:00
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: kotlin-style lambda group */
/* renamed from: q reason: default package */
2022-03-12 00:35:13 +00:00
/* loaded from: classes3.dex */
2021-08-03 07:33:18 +00:00
public final class q extends o implements Function0<Unit> {
2021-12-02 18:53:44 +00:00
public static final q j = new q(0);
public static final q k = new q(1);
public final /* synthetic */ int l;
2021-08-03 07:33:18 +00:00
2022-03-07 09:34:54 +00:00
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
2021-12-02 18:53:44 +00:00
public q(int i) {
2021-08-03 07:33:18 +00:00
super(0);
2021-12-02 18:53:44 +00:00
this.l = i;
2021-08-03 07:33:18 +00:00
}
@Override // kotlin.jvm.functions.Function0
2022-03-07 09:34:54 +00:00
public final Unit invoke() {
2021-12-02 18:53:44 +00:00
int i = this.l;
2022-03-07 09:34:54 +00:00
if (!(i == 0 || i == 1)) {
throw null;
2021-12-02 18:53:44 +00:00
}
2022-03-07 09:34:54 +00:00
return Unit.a;
2021-08-03 07:33:18 +00:00
}
}