package I0;

/* JADX INFO: renamed from: I0.f, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0291f extends kotlin.jvm.internal.p implements J4.a {

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

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

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

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

    @Override // J4.a
    public final Object invoke() {
        switch (this.f2372a) {
            case 0:
                return new H(2);
            default:
                return new H(3);
        }
    }
}
