Unreachable statement

Last modified: 01 April 2025

Reports statements that are unreachable. This can occur if the statement is after an infinite loop, return, break, or continue statement.

Example: