ReplaceJavaStaticMethodWithKotlinAnalogInspection: introduce Transform interface
#KT-32454 Fixed
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// FIX: Replace with `roundToInt` function
|
||||
// WITH_RUNTIME
|
||||
fun test(x: Double) {
|
||||
<caret>Math.round(x)
|
||||
Math.<caret>round(x)
|
||||
}
|
||||
Reference in New Issue
Block a user