Rename ReplaceJavaStaticMethodWithTopLevelFunctionInspection to ReplaceJavaStaticMethodWithKotlinAnalogInspection
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import kotlin.math.cosh
|
||||
|
||||
// WITH_RUNTIME
|
||||
fun test(x: Double) {
|
||||
cosh(x)
|
||||
}
|
||||
Reference in New Issue
Block a user