Rename ReplaceJavaStaticMethodWithTopLevelFunctionInspection to ReplaceJavaStaticMethodWithKotlinAnalogInspection
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun test() {
|
||||
<caret>System.exit(0)
|
||||
}
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import kotlin.system.exitProcess
|
||||
|
||||
// WITH_RUNTIME
|
||||
fun test() {
|
||||
exitProcess(0)
|
||||
}
|
||||
Reference in New Issue
Block a user