// PROBLEM: none // WITH_RUNTIME fun foo(iterable: Iterable) { iterable.run { count() } }