blob: 81258881a8e7e6b52389b80d892ef1e77c794d58 [file] [log] [blame]
fun foo(bar: Char) {
bar in 'b'..'y'
}