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