blob: 79ee55d839a18307117711a1f84f5eb1292adc2a [file] [log] [blame]
// WITH_RUNTIME
import java.lang.Math.min
fun foo() {
1.coerceAtMost(2)
}