On 2012-08-27 22:53, Walter Bright wrote:

The language design requires a 1:1 mapping of mangling to types. Hence
the compiler design to use the mangling as a hashmap key of types. The
failure of that approach in this case points to a problem in the
language design, not a bug in the compiler.

How does this then work when the body of the anonymous functions are different? How will they be identified?

--
/Jacob Carlborg

Reply via email to