You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bad things happen in the dynamic type param cast helpers: it iterates over Reflect.fields(this) and that include the get,never var, setting of which obviously fails when trying to Reflect.setField it in a copy.
As a (fairly) quick fix we should look into iterating only over physical fields instead of relying on Reflect.fields, but this cast-by-copy thing is so bad we should seriously consider reworking it for 4.0 (see #2103).
Haxe revision: 84bf7e5
The following code causes a runtime error on c#:
The text was updated successfully, but these errors were encountered: