Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
inapplicableRemoveAll.kt
blob: 73e46557b94939554d867bab9ae1a69b7f29f0ab [
file
]
// RUN_PIPELINE_TILL: BACKEND
fun test
(
list
:
MutableList
<
String
>)
{
list
.
removeAll
{
it
.
isEmpty
()
}
}
/* GENERATED_FIR_TAGS: functionDeclaration, lambdaLiteral */