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