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
Error: code cannot determine type of what to return, meanwhile doing "return;" will return undefined, so this should be interpreted as:
function f() {
return undefined;
}
however, there's a bug somewhere for which there can;t determine the type of what to return, ...
For whatever reason, argument-less return doesn't work:
It should just result in a
return
from c.The text was updated successfully, but these errors were encountered: