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

import java.util.Set;
import kotlin.jvm.internal.o;
import kotlin.reflect.w.internal.y0.d.b1;

/* JADX INFO: loaded from: classes2.dex */
public class a0 {
    public final t1 a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Set<b1> f8823b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final o0 f8824c;

    /* JADX WARN: Multi-variable type inference failed */
    public a0(t1 t1Var, Set<? extends b1> set, o0 o0Var) {
        o.f(t1Var, "howThisTypeIsUsed");
        this.a = t1Var;
        this.f8823b = set;
        this.f8824c = o0Var;
    }

    public o0 a() {
        throw null;
    }

    public t1 b() {
        throw null;
    }

    public Set<b1> c() {
        throw null;
    }

    public a0 d(b1 b1Var) {
        throw null;
    }

    public int hashCode() {
        throw null;
    }
}
