blob: b63685f12eb39b0bbd88c6f744572139c715c23b [file] [log] [blame]
fun foo(bar: Char) {
bar >= 'a' && 'z' >= bar<caret>
}