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