as3hx icon indicating copy to clipboard operation
as3hx copied to clipboard

endless loop in converter

Open mastef opened this issue 4 years ago • 0 comments

as3 code for example:

package {
    public class CollisionList {
        public function CollisionList(target, ...objs):void
            //code here...
        }
    }
}

Just saw that this produced an endless loop in as3hx 1.0.6

mastef avatar Jul 12 '21 16:07 mastef