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