Rabbit-R1/switch port/java/sources/kotlin/CharCodeKt.java
2024-05-21 17:08:36 -04:00

20 lines
926 B
Java

package kotlin;
/* compiled from: CharCode.kt */
@Metadata(d1 = {"\u0000\u000e\n\u0000\n\u0002\u0010\b\n\u0002\u0010\f\n\u0002\b\u0006\u001a\u0011\u0010\u0007\u001a\u00020\u00022\u0006\u0010\u0000\u001a\u00020\u0001H\u0087\b\"\u001f\u0010\u0000\u001a\u00020\u0001*\u00020\u00028Æ\u0002X\u0087\u0004¢\u0006\f\u0012\u0004\b\u0003\u0010\u0004\u001a\u0004\b\u0005\u0010\u0006¨\u0006\b"}, d2 = {"code", "", "", "getCode$annotations", "(C)V", "getCode", "(C)I", "Char", "kotlin-stdlib"}, k = 2, mv = {1, 9, 0}, xi = 48)
/* loaded from: classes3.dex */
public final class CharCodeKt {
private static final int getCode(char c) {
return c;
}
public static /* synthetic */ void getCode$annotations(char c) {
}
private static final char Char(int i) {
if (i < 0 || i > 65535) {
throw new IllegalArgumentException("Invalid Char code: " + i);
}
return (char) i;
}
}