Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
script
/
topLevelInlineFun.kts
blob: b79c2ece814724843ca80c6df10eea2963b6028f [
file
]
// FIR_IDENTICAL
inline
fun foo
(
f
:
()
->
Unit
)
{
f
()
}