xpenatan/gdx-teavm

Bug when a enum contains the last word S

xpenatan opened this issue · 2 comments

There is a weird bug after I added custom loading class LoadingTestLauncher.

When I run UITest this error popup:
image

If the S char is removed from "enum STEPS" it works.

The interesting thing is that if I run UITest, the LoadingTestLauncher code also gets included in the javascript file.

I removed the standalone uitest so I need to find a way to reproduce it again.

I'll close this for now.