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