In Haxe 3, you can declare abstract types this way :
abstract Int <= Float { }
abstract UInt => Int, <= Int { }
The body might also contain some regular code. It will be necessary to add this
syntax for toplevel completion until it's supported by the compiler
Original issue reported on code.google.com by ncanna...@gmail.com on 17 Nov 2012 at 5:39
Original issue reported on code.google.com by
ncanna...@gmail.com
on 17 Nov 2012 at 5:39