exitTheStatement

open fun exitTheStatement(breakStmt: BreakStmt): Boolean(source)

A reachable break statement exits a statement if, within the break target, either there are no try statements whose try blocks contain the break statement, or there are try statements whose try blocks contain the break statement and all finally clauses of those try statements can complete normally.