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
As the unique name generator does not know about the name on class $anon$1, it will give the same name to the class for new Object { }. The result is a corrupted scope where both names refer to the same symbol and get stuck in an infinite loop.