@override void visitBreakStmt(Stmt.Break stmt) { if (_loopDepth == 0) { error1(stmt.keyword, 'Cannot use "break" outside of a loop.'); } }