blob: f38e7ef93b6f235df8c5d0796efdaea4ed70e5f9 [file] [log] [blame]
fun foo(bar: Char) {
bar in 'a'..'z'
}