Closed drewbourne closed 13 years ago
Appears to be a bug in FLoxy.
will not work:
package { class Anything { public function invoke(args:Array):void { } } }
Fixed in master. It was a bug in floxy where it was incorrectly converting qnames when checking which superclass a method or field was declared by in order to add to the type info.
Appears to be a bug in FLoxy.
will not work: