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