Closed GrimMaple closed 2 weeks ago
ok i see the cause, the code that checks for implicit things is wrongly triggered here and sends it down infinite recursion
have a hack fix ready will see about posting a real fix later today.
this should be fixed in the latest build
Confirmed working
Provided minimal example causes a compiler crash with the following message:
Exception Code: 0xC00000FD
If a
this(ref A other)
constructor is removed, the code compiles. I suspect the compiler is unable to identify what constructor to use, as they both fit foro = new Object();