Issues with inlining iterators #8240
Labels
platform-eval
Everything related to the Haxe 4 eval macro interpreter
platform-java
Everything related to Java
Milestone
This breaks during compile-time on Java and eval. Note:
new Suite()
line prevents the errorinline
also prevents the errorOn Java, I get a couple of errors like:
On eval I get:
On Python there is a duplicate
nonlocal
, but this is probably fine.On a similar note, but only causing a warning:
With the
new Suite()
line I get:Without it it compiles fine.
Edit: the Java errors seem to also happen on C#.
The text was updated successfully, but these errors were encountered: