ArrayList.toArray(): Too Many Arguments
Opened this issue · 3 comments
darmie commented
On Hashlink, Neko, CPP, JS targets, I get this error
polygonal/ds/ArrayList.hx:1230: characters 24-25 : Too many arguments
darmie commented
This breaks when running a macro
costaconrado commented
is there any workaround on this?
darmie commented
@costaconrado the workaround is to edit line 1227 ArrayList
class to this return ds.tools.NativeArrayTools.toArray(mData, 0, size, []);