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