Reports the error Construction is not yet supported in inline functions.
Is there a specific reason for this?
I don’t see the difficulty because calling foo(1) { "$it" } should be equivalent to foo(1). What am I missing? Or this is an oversight? Would it be hard to add?