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