discord-jadx/app/src/main/java/s/a/v.java

28 lines
750 B
Java

package s.a;
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
/* compiled from: CompletionState.kt */
public class v {
public static final AtomicIntegerFieldUpdater a = AtomicIntegerFieldUpdater.newUpdater(v.class, "_handled");
public volatile int _handled;
public final Throwable b;
public v(Throwable th, boolean z2) {
this.b = th;
this._handled = z2 ? 1 : 0;
}
public v(Throwable th, boolean z2, int i) {
z2 = (i & 2) != 0 ? false : z2;
this.b = th;
int i2 = z2 ? 1 : 0;
int i3 = z2 ? 1 : 0;
int i4 = z2 ? 1 : 0;
this._handled = i2;
}
public String toString() {
return getClass().getSimpleName() + '[' + this.b + ']';
}
}