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

7 lines
83 B
Plaintext
Vendored

// WITH_RUNTIME
import java.lang.Math.min
fun foo() {
1.1.coerceAtMost(1.2)
}