Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
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 */