// IS_APPLICABLE: false // WITH_RUNTIME fun foo(bar: Int) { if (bar in arrayOf(1, 2, 3)) { } }