Files
kotlin-fork/idea/testData/intentions/replaceMathMaxWithCoerceAtLeast/doubles.kt.after
T

7 lines
84 B
Plaintext
Vendored

// WITH_RUNTIME
import java.lang.Math.max
fun foo() {
1.1.coerceAtLeast(1.2)
}