// WITH_RUNTIME fun foo(bar: Int, min: Int, max: Int) { min < bar && bar < max }