Skip to content

Commit

Permalink
DevX. Issue 39451. Sort (almost) UnlinkedTokenType.
Browse files Browse the repository at this point in the history
I decided to keep NOTHING at the top still.
The google3 is not an issue any more, AFAIK.

Bug: #39451
Change-Id: Iac96c64326b15527268347ebcadb35c616605279
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371260
Reviewed-by: Brian Wilkerson <[email protected]>
Commit-Queue: Konstantin Shcheglov <[email protected]>
  • Loading branch information
scheglov authored and Commit Queue committed Jun 13, 2024
1 parent 9e51c2f commit 09d1522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/analyzer/lib/src/summary2/unlinked_token_type.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ enum UnlinkedTokenType {
IN,
INDEX,
INDEX_EQ,
INOUT,
INT,
INTERFACE,
IS,
Expand All @@ -93,6 +94,7 @@ enum UnlinkedTokenType {
OPEN_PAREN,
OPEN_SQUARE_BRACKET,
OPERATOR,
OUT,
PART,
PATCH,
PERCENT,
Expand Down Expand Up @@ -141,6 +143,4 @@ enum UnlinkedTokenType {
WHILE,
WITH,
YIELD,
INOUT,
OUT,
}

0 comments on commit 09d1522

Please sign in to comment.