mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 21:48:15 +00:00
Export subclasses stubs to be compiled by Flex too.
WIP: merging ABCs Test data (flexedit) with simple class hierarchy
This commit is contained in:
11
libsrc/ffdec_lib/testdata/flexedit/pkg/ParentClass.as
vendored
Normal file
11
libsrc/ffdec_lib/testdata/flexedit/pkg/ParentClass.as
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
package pkg {
|
||||
|
||||
public class ParentClass extends ParentParentClass {
|
||||
|
||||
public function ParentClass() {
|
||||
// constructor code
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user