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
renan061
changed the title
Empty function with return type not accusing errors
Function with return type not accusing errors when missing a return statement
Dec 18, 2017
The compiler is not accusing errors in this type of code:
It should ask for a return statement in the foo function since it has a return type.
The text was updated successfully, but these errors were encountered: