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
The overloads are relevant because, as it turns out, the analyzer doesn't run on overloads and thus doesn't clean up the code. However, this shouldn't fail regardless, so there must also be a problem related to the try/catch handling in genjvm.
I'll rely on the analyzer transformation here because otherwise I would have to deal with this entire terminating-statements-in-value-places-situation in the generator again, which seems annoying and pointless.
0c89b91
The following code will produce
JvmCode.EmptyStack
However, it will compile fine if the order of the 2 onEvent implementations are reversed.
The text was updated successfully, but these errors were encountered: