Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
modifiers
/
suspendAnonymousFunction.fir.kt
blob: 367eae35c8eb5d7ccdad4564f39195a365812d5c [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// ISSUE: KT-57991
fun foo
()
{
<!
ANONYMOUS_SUSPEND_FUNCTION
!>
suspend
<!>
fun
()
{
}
}
/* GENERATED_FIR_TAGS: anonymousFunction, functionDeclaration */