Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
fir
/
analysis-tests
/
testData
/
resolveWithStdlib
/
functionAndFunctionN.fir.txt
blob: 1049b11517506baef994bdb94c4e46b0e2a65969 [
file
]
FILE: functionAndFunctionN.kt
public final fun takeAnyFun(function: R|kotlin/Function<*>|): R|kotlin/Unit| {
}
public final fun test(block: R|() -> kotlin/Unit|): R|kotlin/Unit| {
R|/takeAnyFun|(R|<local>/block|)
}