Merge ReplaceMathMaxWithCoerceAtLeastIntention & ReplaceMathMinWithCoerceAtMostIntention with ReplaceJavaStaticMethodWithKotlinAnalogInspection
Relates to #KT-31502
This commit is contained in:
+1
@@ -1,5 +1,6 @@
|
||||
import kotlin.math.max
|
||||
|
||||
// FIX: Replace with `max` function
|
||||
// WITH_RUNTIME
|
||||
fun test(x: Double, y: Double) {
|
||||
max(x, y)
|
||||
|
||||
Reference in New Issue
Block a user