blob: 51c5b9a01df5a5da2d57439ea575b824f8890d87 [file]
// RUN_PIPELINE_TILL: BACKEND
fun test(func: () -> String?) {
val x = func() ?: ""
}
/* GENERATED_FIR_TAGS: elvisExpression, functionDeclaration, functionalType, localProperty, nullableType,
propertyDeclaration, stringLiteral */