Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
script
/
topLevelInlineFun.kts
blob: 46ed5350e0d58f729c2fdc2dd564cf154dd2e47b [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
inline
fun foo
(
f
:
()
->
Unit
)
{
f
()
}
/* GENERATED_FIR_TAGS: functionDeclaration, functionalType, inline, localProperty, propertyDeclaration */