blob: 0fbd47ace870f6ddb69270fc68bec405148b0b17 [file]
// FIR_IDENTICAL
fun foo(l: List<String>?) {
Pair(l?.joinToString(), "")
}