as3hx icon indicating copy to clipboard operation
as3hx copied to clipboard

implicit superclass static calls fail in haxe

Open SmerkyG opened this issue 11 years ago • 0 comments
trafficstars

In haxe, you can only call your class's static functions implicitly without a typename. In as3, you can call your superclass's static functions in this manner as well. So static functions called implicitly on superclasses need to have their class name explicitly specified. (e.g. staticMethod(); becomes SuperClass.staticMethod();)

SmerkyG avatar Oct 03 '14 20:10 SmerkyG