Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
inline
/
kt4869.fir.kt
blob: 9c353f4e130b84d700b28a0c810e1612d9421a7f [
file
]
inline
fun foo
(
f
:
()
->
Unit
)
{
val ff
=
{
f
:
()
->
Unit
->
f
.
invoke
()
}
ff
(<!
USAGE_IS_NOT_INLINABLE
!>
f
<!>)
}