benmerckx / genes

Generates split ES6 modules and Typescript definitions from Haxe modules.
43 stars 8 forks source link

Can't access keyValueIterator via IMap interface for copied map #56

Closed kevinresol closed 2 years ago

kevinresol commented 2 years ago

The following will crash:

([1 => true].copy():haxe.Constraints.IMap<Int, Bool>).keyValueIterator();