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

4 lines
56 B
Kotlin
Vendored

// WITH_RUNTIME
fun test() {
<caret>System.exit(0)
}