ADD week 5
This commit is contained in:
14
02-Easy5/E5/sources/kotlin/system/ProcessKt.java
Normal file
14
02-Easy5/E5/sources/kotlin/system/ProcessKt.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package kotlin.system;
|
||||
|
||||
import androidx.core.app.NotificationCompat;
|
||||
import kotlin.Metadata;
|
||||
|
||||
/* compiled from: Process.kt */
|
||||
@Metadata(d1 = {"\u0000\u000e\n\u0000\n\u0002\u0010\u0001\n\u0000\n\u0002\u0010\b\n\u0000\u001a\u0011\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0003H\u0087\b¨\u0006\u0004"}, d2 = {"exitProcess", "", NotificationCompat.CATEGORY_STATUS, "", "kotlin-stdlib"}, k = 2, mv = {1, 8, 0}, xi = 48)
|
||||
/* loaded from: classes.dex */
|
||||
public final class ProcessKt {
|
||||
private static final Void exitProcess(int i) {
|
||||
System.exit(i);
|
||||
throw new RuntimeException("System.exit returned normally, while it was supposed to halt JVM.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user