blob: 3fcb114b3cac3fcb056db89eea8189a9b32f2d60 [file]
// RUN_PIPELINE_TILL: BACKEND
fun takeAnyFun(function: Function<*>) {}
fun test(block: () -> Unit) {
takeAnyFun(block)
}
/* GENERATED_FIR_TAGS: functionDeclaration, functionalType, starProjection */