blob: 64d7488ee0dd5ee66fcd361e2aec31a0cdb65b5a [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// ISSUE: KT-68667
fun foo(list: List<List<String>?>) {
val some = list.mapNotNull { it ?: arrayListOf() }
}
/* GENERATED_FIR_TAGS: elvisExpression, functionDeclaration, lambdaLiteral, localProperty, nullableType,
propertyDeclaration */