analyzer: Fix angle brackets in a doc comment.

The angled brackets are rendered as HTML.

Cq-Include-Trybots: luci.dart.try:flutter-analyze-try,analyzer-win-release-try,pkg-win-release-try
Change-Id: Id7afcd4f3825b9643ed50c48ad98c1201ba2405f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/373760
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Auto-Submit: Sam Rawlins <srawlins@google.com>
This commit is contained in:
Sam Rawlins 2024-06-28 18:45:49 +00:00 committed by Commit Queue
parent 3ee22c02a9
commit 0083eadca5

View file

@ -17170,8 +17170,8 @@ final class ThrowExpressionImpl extends ExpressionImpl
/// | 'late'? <varOrType> <initializedIdentifierList> ';'
/// | 'external' <finalVarOrType> <identifierList> ';'
///
/// (Note: there's no <topLevelVariableDeclaration> production in the grammar;
/// this is a subset of the grammar production <topLevelDeclaration>, which
/// (Note: there's no `<topLevelVariableDeclaration>` production in the grammar;
/// this is a subset of the grammar production `<topLevelDeclaration>`, which
/// encompasses everything that can appear inside a Dart file after part
/// directives).
abstract final class TopLevelVariableDeclaration