Rename ReplaceJavaStaticMethodWithTopLevelFunctionInspection to ReplaceJavaStaticMethodWithKotlinAnalogInspection
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo() {
|
||||
val b = listOf(42, 10)
|
||||
println(Integer<caret>.toString(b.first(), b.last()).let{it} + 1)
|
||||
}
|
||||
Reference in New Issue
Block a user