what-the-bank/sources/o/KX.java

15 lines
363 B
Java

package o;
/* loaded from: classes3.dex */
public final class KX extends KU {
public /* synthetic */ KX(String str) {
this(Boolean.FALSE, str);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
private KX(Boolean bool, String str) {
super(bool, str);
C14957gcv.e(str, "");
}
}