// WITH_RUNTIME // IS_APPLICABLE: false fun foo(list: List>) { for (collection in list) { collection.add(collection.size) } }