package kotlin.jvm.internal;

import kotlin.reflect.KCallable;
import kotlin.reflect.KMutableProperty;
import kotlin.reflect.KMutableProperty1;
import kotlin.reflect.KProperty1;

/* JADX INFO: loaded from: classes.dex */
public abstract class s extends u implements KMutableProperty1 {
    public s(Object obj, Class cls, String str, String str2, int i2) {
        super(obj, cls, str, str2, i2);
    }

    @Override // kotlin.jvm.internal.d
    public KCallable computeReflected() {
        return e0.b(this);
    }

    @Override // kotlin.reflect.KProperty
    /* JADX INFO: renamed from: f */
    public KProperty1.a t() {
        return ((KMutableProperty1) getReflected()).t();
    }

    @Override // kotlin.reflect.KMutableProperty
    public KMutableProperty.a g() {
        return ((KMutableProperty1) getReflected()).g();
    }

    @Override // kotlin.reflect.KMutableProperty
    public KMutableProperty1.a g() {
        return ((KMutableProperty1) getReflected()).g();
    }

    @Override // kotlin.jvm.functions.Function1
    public Object invoke(Object obj) {
        return ((t) this).t().call(obj);
    }
}
