package d9; /* loaded from: classes2.dex */ public final class l implements d { /* renamed from: a, reason: collision with root package name */ private final Class f9206a; /* renamed from: b, reason: collision with root package name */ private final String f9207b; public l(Class cls, String str) { j.e(cls, "jClass"); j.e(str, "moduleName"); this.f9206a = cls; this.f9207b = str; } @Override // d9.d public Class b() { return this.f9206a; } public boolean equals(Object obj) { return (obj instanceof l) && j.a(b(), ((l) obj).b()); } public int hashCode() { return b().hashCode(); } public String toString() { return b().toString() + " (Kotlin reflection is not available)"; } }