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