return-outside-function / E0104#
Message emitted:
Return outside function
Description:
Used when a "return" statement is found outside a function or method.
Correct code:
# This is a placeholder for correct code for this message.
Additional details:
You can help us make the doc better by contributing !
Created by the basic checker.