// WITH_RUNTIME import java.lang.Math.max fun foo() { Pair(1.coerceAtLeast(3), max(2, 4)).let { println(it) } }