Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
inference
/
kt30292.kt
blob: 698a9d800ced4731e729dc636255abc57b5cadb9 [
file
]
// FIR_IDENTICAL
fun test
(
ls
:
List
<
String
>)
{
ls
.
takeIf
(
Collection
<*>::
isNotEmpty
)
}