heon21st / flashdevelop

Automatically exported from code.google.com/p/flashdevelop
0 stars 1 forks source link

Haxe abstract declarations #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Basic abstract support implemented in recent dev builds. 

Original comment by philippe...@gmail.com on 4 Apr 2013 at 9:10

GoogleCodeExporter commented 9 years ago

Original comment by philippe...@gmail.com on 4 Apr 2013 at 9:11