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