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