blob: b4a3649f7fbb5566a286f16da70297eb466ff5ec [file] [log] [blame]
// WITH_RUNTIME
import java.lang.Math.min
fun foo() {
min(1, 2)<caret>
}