blob: 273a5ad180fecb08f1a375f325d0df4c6a5cc44f [file] [log] [blame]
// WITH_RUNTIME
fun foo(bar: Double) {
1.0 <= bar && bar <= 10.0
}