Replace popup with several quick-fixes in ReplaceJavaStaticMethodWithKotlinAnalog
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import kotlin.math.roundToInt
|
||||
|
||||
// FIX: Replace with `roundToInt` function
|
||||
// WITH_RUNTIME
|
||||
fun test(x: Double) {
|
||||
x.roundToInt()
|
||||
}
|
||||
Reference in New Issue
Block a user