From 0083eadca5c8bfafa2cff83d311126272f7b9762 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Fri, 28 Jun 2024 18:45:49 +0000 Subject: [PATCH] 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 Commit-Queue: Brian Wilkerson Auto-Submit: Sam Rawlins --- pkg/analyzer/lib/src/dart/ast/ast.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/analyzer/lib/src/dart/ast/ast.dart b/pkg/analyzer/lib/src/dart/ast/ast.dart index e9958d03741..aea74a6b370 100644 --- a/pkg/analyzer/lib/src/dart/ast/ast.dart +++ b/pkg/analyzer/lib/src/dart/ast/ast.dart @@ -17170,8 +17170,8 @@ final class ThrowExpressionImpl extends ExpressionImpl /// | 'late'? ';' /// | 'external' ';' /// -/// (Note: there's no production in the grammar; -/// this is a subset of the grammar production , which +/// (Note: there's no `` production in the grammar; +/// this is a subset of the grammar production ``, which /// encompasses everything that can appear inside a Dart file after part /// directives). abstract final class TopLevelVariableDeclaration