blob: a71fa6a0f509ca85514897345d27990ee4713868 [file] [log] [blame]
fun foo(bar: Int, min: Int, max: Int) {
bar in (min + 1)..(max - 1)
}