blob: b6e918d4df447be2b3ffa504bc3dd9255c13d0a0 [file]
inline fun foo(crossinline x: () -> Unit): Any = object {
init {
x()
}
}