e5fcfae969
#KT-13998 Fixed
7 lines
165 B
Plaintext
Vendored
7 lines
165 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// INTENTION_TEXT: "Replace with 'any{}'"
|
|
// IS_APPLICABLE_2: false
|
|
fun foo(): Boolean {
|
|
val foo = listOf(true, true)
|
|
return foo.any { it }
|
|
} |