visitGotoLabelStmt method
Implementation
@override
Object? visitGotoLabelStmt(GotoLabelStmt stmt) {
// TODO: suffer
addDiagnostic(
'Semantics skipped the following statement: ::${stmt.label.lexeme}::',
);
return null;
}
@override
Object? visitGotoLabelStmt(GotoLabelStmt stmt) {
// TODO: suffer
addDiagnostic(
'Semantics skipped the following statement: ::${stmt.label.lexeme}::',
);
return null;
}