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
Interestingly, this error does not happen if you copy unsafeCodeAt function to Main class and call it. But error will happen on file resave if you create separate class and call it like Tools.unsafeCodeAt("foo", 0), so it looks like server cache problem related to modules, and not a null safety cache thing.
In nightly builds after file resave this error occurs: (no compilation errors). From vshaxe codebase, doesn't happen on interp.
Main.hx:
The text was updated successfully, but these errors were encountered: