Files
kotlin-fork/idea/testData/inspectionsLocal/replaceJavaStaticMethodWithKotlinAnalog/system/exit.kt.after
T

6 lines
83 B
Plaintext
Vendored

import kotlin.system.exitProcess
// WITH_RUNTIME
fun test() {
exitProcess(0)
}