package J0;

/* JADX INFO: loaded from: classes.dex */
public final class T0 extends kotlin.jvm.internal.p implements J4.a {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final T0 f2949b = new T0(0, 0);

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final T0 f2950c = new T0(0, 1);

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f2951a;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ T0(int i6, int i7) {
        super(i6);
        this.f2951a = i7;
    }

    @Override // J4.a
    public final /* bridge */ /* synthetic */ Object invoke() {
        switch (this.f2951a) {
            case 0:
                return null;
            default:
                return Boolean.FALSE;
        }
    }
}
