discord-jadx/app/src/main/java/d0/t/h.java

12 lines
302 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package d0.t;
import c.d.b.a.a;
/* compiled from: ArraysJVM.kt */
public class h {
public static final void copyOfRangeToIndexCheck(int i, int i2) {
if (i > i2) {
2021-07-13 20:23:20 +00:00
throw new IndexOutOfBoundsException(a.o("toIndex (", i, ") is greater than size (", i2, ")."));
2021-06-27 20:44:35 +00:00
}
}
}