Closed this issue 4 years ago · 2 comments
The following should be invalid since there's no return statement.
int balance(){ int balanceLeft = 3; }
Or maybe we should just leave it as a warning?