blob: 909c6e656a1de702aebd5e624dd483a0a51b7abb [file] [log] [blame]
// WITH_RUNTIME
// INTENTION_TEXT: "Replace with 'any{}'"
// IS_APPLICABLE_2: false
fun foo(): Boolean {
val foo = listOf(true, true)
return foo.any { it }
}