blob: f5df5c26201584083ea5b254f07faf737869f174 [file] [log] [blame]
// WITH_RUNTIME
import java.lang.Math.max
fun foo() {
1.1.coerceAtLeast(1.2)
}