Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
invokeInWhenSubjectVariableInitializer.kt
blob: 51c5b9a01df5a5da2d57439ea575b824f8890d87 [
file
]
// RUN_PIPELINE_TILL: BACKEND
fun test
(
func
:
()
->
String
?)
{
val x
=
func
()
?:
""
}
/* GENERATED_FIR_TAGS: elvisExpression, functionDeclaration, functionalType, localProperty, nullableType,
propertyDeclaration, stringLiteral */