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