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