You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also get this stack overflow (though I'm compiling something more complex, and I have extended may stdlib with many additional .class files). The overflow always occurs at the same point described here though immediately after it says [loading RegularFileObject[/stdlib/java/lang/annotation/Annotation.class]].
It seems to be the annotation that trips it up. If you remove the use of annotations, it will build properly.
When I add the following code into the online teavm-javac interface, I get a stack overflow:
Output
The text was updated successfully, but these errors were encountered: