Export subclasses stubs to be compiled by Flex too.

WIP: merging ABCs
Test data (flexedit) with simple class hierarchy
This commit is contained in:
Jindra Petřík
2016-08-14 23:25:46 +02:00
parent ac7e0572c6
commit b750780cd9
18 changed files with 388 additions and 28 deletions

View File

@@ -0,0 +1,11 @@
package pkg {
public class ParentClass extends ParentParentClass {
public function ParentClass() {
// constructor code
}
}
}