package kotlin.jvm.internal;

import java.util.Collections;
import kotlin.reflect.KClass;
import kotlin.reflect.KMutableProperty1;
import kotlin.reflect.KProperty1;
import kotlin.reflect.KType;

/* JADX INFO: loaded from: classes.dex */
public class e0 {
    public static final f0 a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final KClass[] f6166b;

    static {
        f0 f0Var;
        try {
            f0Var = (f0) Class.forName("r.i0.w.b.q0").newInstance();
        } catch (ClassCastException | ClassNotFoundException | IllegalAccessException | InstantiationException unused) {
            f0Var = null;
        }
        if (f0Var == null) {
            f0Var = new f0();
        }
        a = f0Var;
        f6166b = new KClass[0];
    }

    public static KClass a(Class cls) {
        return a.b(cls);
    }

    public static KMutableProperty1 b(s sVar) {
        return a.d(sVar);
    }

    public static KProperty1 c(y yVar) {
        return a.f(yVar);
    }

    public static KType d(Class cls) {
        return a.i(a(cls), Collections.emptyList(), false);
    }
}
