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

5 lines
53 B
Plaintext
Vendored

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