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

5 lines
56 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
Math.min(2, 1)<caret>
}