// WITH_RUNTIME // INTENTION_TEXT: "Replace with 'count()'" // IS_APPLICABLE_2: false fun foo(list: Iterable): Int { val count = list.count() return count }