blob: 7a3eb0adbbbc374406000bd13622614b81c1c450 [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// ISSUE: KT-68351
// FULL_JDK
import java.lang.ref.WeakReference
suspend fun test() {}
fun foo() {
WeakReference<suspend () -> Unit> {
test()
}
}
/* GENERATED_FIR_TAGS: flexibleType, functionDeclaration, functionalType, javaFunction, lambdaLiteral, suspend */