package f.z.d;

/* JADX INFO: compiled from: FunctionReference.java */
/* JADX INFO: loaded from: classes.dex */
public class i extends c implements h, f.c0.d {
    private final int l;
    private final int m;

    public i(int i2, Object obj, Class cls, String str, String str2, int i3) {
        super(obj, cls, str, str2, (i3 & 1) == 1);
        this.l = i2;
        this.m = i3 >> 1;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof i) {
            i iVar = (i) obj;
            return h().equals(iVar.h()) && k().equals(iVar.k()) && this.m == iVar.m && this.l == iVar.l && k.a(g(), iVar.g()) && k.a(i(), iVar.i());
        }
        if (obj instanceof f.c0.d) {
            return obj.equals(e());
        }
        return false;
    }

    @Override // f.z.d.c
    protected f.c0.a f() {
        v.a(this);
        return this;
    }

    @Override // f.z.d.h
    public int getArity() {
        return this.l;
    }

    public int hashCode() {
        return (((i() == null ? 0 : i().hashCode() * 31) + h().hashCode()) * 31) + k().hashCode();
    }

    /* JADX INFO: Access modifiers changed from: protected */
    @Override // f.z.d.c
    /* JADX INFO: renamed from: l, reason: merged with bridge method [inline-methods] */
    public f.c0.d j() {
        return (f.c0.d) super.j();
    }

    public String toString() {
        f.c0.a aVarE = e();
        if (aVarE != this) {
            return aVarE.toString();
        }
        if ("<init>".equals(h())) {
            return "constructor (Kotlin reflection is not available)";
        }
        return "function " + h() + " (Kotlin reflection is not available)";
    }
}
