blob: 38a018ef80b466a9da50b7cae1710b3e5975284a [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
fun foo(l: List<String>?) {
Pair(l?.joinToString(), "")
}
/* GENERATED_FIR_TAGS: functionDeclaration, nullableType, safeCall, stringLiteral */