blob: 25f2a829bbe7442cbe1f6a2a9f73e8e53c45e7cf [file] [log] [blame]
fun foo(bar: Int) {
bar >= 0 && 10 > bar<caret>
}