Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
compiler
/
fir
/
analysis-tests
/
testData
/
resolveWithStdlib
/
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 */