Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
inlineAnonymousObjectWithDifferentTarget
/
library
/
foo.kt
blob: b6e918d4df447be2b3ffa504bc3dd9255c13d0a0 [
file
]
inline
fun foo
(
crossinline x
:
()
->
Unit
):
Any
=
object
{
init
{
x
()
}
}