A return statement is within the global scope of the code or from the body of a class or package. The return statement should only appear within the body of a function.
To correct this error
-
Remove the return statement.
A return statement is within the global scope of the code or from the body of a class or package. The return statement should only appear within the body of a function.
Remove the return statement.