package defpackage; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: kotlin-style lambda group */ /* renamed from: r reason: default package */ public final class r extends o implements Function0 { public static final r i = new r(0); public static final r j = new r(1); public final /* synthetic */ int k; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public r(int i2) { super(0); this.k = i2; } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final Unit mo1invoke() { int i2 = this.k; if (i2 == 0) { return Unit.a; } if (i2 == 1) { return Unit.a; } throw null; } }