ax3 icon indicating copy to clipboard operation
ax3 copied to clipboard

Exception in thread "main" Unknown type: Array

Open ConfidantCommunications opened this issue 2 years ago • 0 comments

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

ConfidantCommunications avatar Sep 15 '23 16:09 ConfidantCommunications