blob: 45f308c0b4edca1da2c744fd3fcd286671e77347 [file] [log] [blame]
// WITH_RUNTIME
import java.lang.Math.min
fun foo() {
min(1.1, 1.2)<caret>
}