Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
reflection
/
lambdaInsteadOfKFunction.kt
blob: 60a01ddaf8ead9485cb2072efca1e5a428530fab [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// WITH_REFLECT
// ISSUE: KT-69991
import
kotlin
.
reflect
.
KFunction0
fun compose
():
KFunction0
<
String
>
{
return
<!
TYPE_MISMATCH
!>{
""
}<!>
}
/* GENERATED_FIR_TAGS: functionDeclaration, lambdaLiteral, stringLiteral */