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
In the example below, both bar or baz are highlighted with "no definition found". If I remove the ; or make the inner function non-anonymous, name resolution works.
functionfoo()
function (bar; baz)
bar + baz
endend
The text was updated successfully, but these errors were encountered:
In the example below, both
bar
orbaz
are highlighted with "no definition found". If I remove the;
or make the inner function non-anonymous, name resolution works.The text was updated successfully, but these errors were encountered: