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

21 lines
454 B
Java

package o;
/* loaded from: classes3.dex */
public final class KP extends KY {
public IR e;
public /* synthetic */ KP(Boolean bool, IR ir, int i) {
this((i & 1) != 0 ? Boolean.FALSE : bool, (i & 2) != 0 ? null : ir);
}
private KP(Boolean bool, IR ir) {
super(bool);
this.e = ir;
}
/* JADX WARN: Multi-variable type inference failed */
public KP() {
this(null, 0 == true ? 1 : 0, 3);
}
}