package kotlin.reflect.w.internal.y0.j;

import kotlin.jvm.internal.o;
import kotlin.properties.ObservableProperty;
import kotlin.reflect.KProperty;

/* JADX INFO: Add missing generic type declarations: [T] */
/* JADX INFO: loaded from: classes2.dex */
public final class k<T> extends ObservableProperty<T> {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ j f8413b;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public k(Object obj, j jVar) {
        super(obj);
        this.f8413b = jVar;
    }

    @Override // kotlin.properties.ObservableProperty
    public boolean c(KProperty<?> kProperty, T t2, T t3) {
        o.f(kProperty, "property");
        if (this.f8413b.f8386b) {
            throw new IllegalStateException("Cannot modify readonly DescriptorRendererOptions");
        }
        return true;
    }
}
