// WITH_RUNTIME // INTENTION_TEXT: "Replace with 'any{}'" // IS_APPLICABLE_2: false fun foo(list: List): Boolean { return list.any { it != null } }