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
uGO allows to shadow builtin symbols, but this causes optimizer, that has no symbol table, to evaluate builtin function calls as if they are not shadowed as shown in the example;
uGO allows to shadow builtin symbols, but this causes optimizer, that has no symbol table, to evaluate builtin function calls as if they are not shadowed as shown in the example;
Result:
Output:
"1"
"1" is not the expected output. Either disable evaluating builtins or throw a meaningful error.
The text was updated successfully, but these errors were encountered: