You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
426 B

package kotlinx.coroutines.internal;
import p039m1.C1470g;
/* renamed from: kotlinx.coroutines.internal.i */
/* loaded from: classes.dex */
public final class C1366i {
/* renamed from: a */
public static final void m1532a(int i) {
if (!(i >= 1)) {
throw new IllegalArgumentException(C1470g.m1287j("Expected positive parallelism level, but got ", Integer.valueOf(i)).toString());
}
}
}