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