When I run the converter I get:
Exception in thread "main" Unknown type: Array
at ax3.Typer.resolveDotPath(src/ax3/Typer.hx:562)
at ax3.Typer$Closure_typeClass_0.invoke(src/ax3/Typer.hx:179)
at ax3.Typer.process(src/ax3/Typer.hx:20)
at ax3.Main.main(src/ax3/Main.hx:35)
at ax3.Main.main(src/ax3/Main.hx:1)
The class I'm converting starts with: dynamic public class ColorMatrix extends Array
When I run the converter I get: Exception in thread "main" Unknown type: Array at ax3.Typer.resolveDotPath(src/ax3/Typer.hx:562) at ax3.Typer$Closure_typeClass_0.invoke(src/ax3/Typer.hx:179) at ax3.Typer.process(src/ax3/Typer.hx:20) at ax3.Main.main(src/ax3/Main.hx:35) at ax3.Main.main(src/ax3/Main.hx:1)
The class I'm converting starts with:
dynamic public class ColorMatrix extends Array