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