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

7 lines
78 B
Kotlin
Vendored

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