On Saturday, 3 December 2016 at 18:16:21 UTC, Stefan Koch wrote:
[...]

StructLiteral regressions fixed.
That one was hard to find.
Basically the for Array arguments interfered with this one.
Arguments are technically the same expression as everything else.
But in order to support targets that do have native function calls, and in order to archive more performance for the interpreter they have to be treated quite differently from non-argument expressions.

For now they should work, but it's brittle at best.

Reply via email to