Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b7f6d40b562cc05b0c88d1051ff42fe8a146ea5
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
functionAndFunctionN.kt
blob: 3fcb114b3cac3fcb056db89eea8189a9b32f2d60 [
file
]
// RUN_PIPELINE_TILL: BACKEND
fun takeAnyFun
(
function
:
Function
<*>)
{}
fun test
(
block
:
()
->
Unit
)
{
takeAnyFun
(
block
)
}
/* GENERATED_FIR_TAGS: functionDeclaration, functionalType, starProjection */