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