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