package D;

import androidx.compose.runtime.State;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class r extends kotlin.jvm.internal.x implements Q4.i {

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ r(int i6, int i7, Class cls, Object obj, String str, String str2) {
        super(obj, cls, str, str2, i6);
        this.f850a = i7;
    }

    @Override // kotlin.jvm.internal.AbstractC2442e
    public final Q4.b computeReflected() {
        kotlin.jvm.internal.D.f20116a.getClass();
        return this;
    }

    @Override // Q4.i
    public final Object get() {
        switch (this.f850a) {
            case 0:
                return ((State) this.receiver).getValue();
            case 1:
                return ((State) this.receiver).getValue();
            case 2:
                return ((State) this.receiver).getValue();
            case 3:
                return ((State) this.receiver).getValue();
            case 4:
                return this.receiver.getClass().getSimpleName();
            default:
                return ((State) this.receiver).getValue();
        }
    }

    @Override // J4.a
    public final Object invoke() {
        return get();
    }
}
