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

import kotlin.jvm.internal.o;
import kotlin.properties.ReadOnlyProperty;
import kotlin.reflect.KClass;
import kotlin.reflect.KProperty;
import kotlin.reflect.w.internal.y0.o.a;

/* JADX INFO: loaded from: classes2.dex */
public final class q<K, V, T extends V> extends a.AbstractC0180a<K, V, T> implements ReadOnlyProperty<a<K, V>, V> {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public q(KClass<? extends K> kClass, int i2) {
        super(kClass, i2);
        o.f(kClass, "key");
    }

    @Override // kotlin.properties.ReadOnlyProperty
    public Object a(Object obj, KProperty kProperty) {
        a aVar = (a) obj;
        o.f(aVar, "thisRef");
        o.f(kProperty, "property");
        o.f(aVar, "thisRef");
        return aVar.a().get(this.f9040b);
    }
}
