package kotlin.ranges;

/* JADX INFO: loaded from: classes.dex */
abstract class n {
    public static final void a(boolean z2, Number step) {
        kotlin.jvm.internal.l.e(step, "step");
        if (z2) {
            return;
        }
        throw new IllegalArgumentException("Step must be positive, was: " + step + '.');
    }
}
