package o; import java.util.List; /* loaded from: classes3.dex */ public final class KZ extends KT { public final boolean a; public final List b; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ /* JADX WARN: Multi-variable type inference failed */ public KZ(Boolean bool, String str, boolean z, List list) { super(bool, str); C14957gcv.e(str, ""); C14957gcv.e(list, ""); this.a = z; this.b = list; } }