blob: 09253cd469fe4bacd3c84bdfe468410e05b49da8 [file] [log] [blame]
fun foo(bar: Int) {
bar in 1..10
}