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