The current action may not be reachable because of preceding RETURN actions.
#2003 Compile-time error
The current action may not be reachable because of preceding RETURN actions.
Recovery
Compilation continues. The unreachable actions are parsed and
code is generated for them anyway.
Explanation
The line in question is positioned after a return
action,
and therefore can never be reached.