// IS_APPLICABLE: false // WITH_RUNTIME fun foo() { listOf(1).forEach { run { bar(it) } } } fun bar(i: Int) { }