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