Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
loopToCallChain
/
any
/
KT13998.kt.after
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
}
}