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