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
All functions are required to have a return type.
Even functions that you do not want to have one should still have one and return a value.
Ensure that a function returns an expression at the end of the function body. If there are things after the return, just eat the tokens until you read the '}' closing bracket.
The text was updated successfully, but these errors were encountered:
All functions are required to have a return type.
Even functions that you do not want to have one should still have one and return a value.
Ensure that a function returns an expression at the end of the function body. If there are things after the return, just eat the tokens until you read the '}' closing bracket.
The text was updated successfully, but these errors were encountered: