blob: a1215d16d6ecfb842a22dfa0f100db06f24ceb32 [file] [log] [blame]
// WITH_RUNTIME
fun foo(bar: Int) {
bar in 0.0..10.0
}