Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
kt9985.kt
blob: 38a018ef80b466a9da50b7cae1710b3e5975284a [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
fun foo
(
l
:
List
<
String
>?)
{
Pair
(
l
?.
joinToString
(),
""
)
}
/* GENERATED_FIR_TAGS: functionDeclaration, nullableType, safeCall, stringLiteral */