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