// IS_APPLICABLE: false fun foo(bar: Int) { for (bar in 1..2) { } }