Skip to content

Commit 906c1e9

Browse files
bwilkersonCommit Queue
authored and
Commit Queue
committed
Mark new docs as being published
Change-Id: I84ddb4e3625d65ea4d69c591b29ef4a51b396356 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/293745 Commit-Queue: Brian Wilkerson <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
1 parent 5318269 commit 906c1e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/analyzer/lib/src/error/codes.g.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3998,6 +3998,7 @@ class CompileTimeErrorCode extends AnalyzerErrorCode {
39983998
'POSITIONAL_FIELD_IN_OBJECT_PATTERN',
39993999
"Object patterns can only use named fields.",
40004000
correctionMessage: "Try specifying the field name.",
4001+
hasPublishedDocs: true,
40014002
);
40024003

40034004
/// No parameters.

pkg/analyzer/messages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12738,6 +12738,7 @@ CompileTimeErrorCode:
1273812738
problemMessage: Object patterns can only use named fields.
1273912739
correctionMessage: Try specifying the field name.
1274012740
comment: No parameters.
12741+
hasPublishedDocs: true
1274112742
documentation: |-
1274212743
#### Description
1274312744

0 commit comments

Comments
 (0)