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