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

5 lines
52 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo() {
2.coerceAtMost(1)
}