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