Skip to content

Commit 09d1522

Browse files
scheglovCommit Queue
authored and
Commit Queue
committed
DevX. Issue 39451. Sort (almost) UnlinkedTokenType.
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 <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
1 parent 9e51c2f commit 09d1522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/analyzer/lib/src/summary2/unlinked_token_type.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ enum UnlinkedTokenType {
7070
IN,
7171
INDEX,
7272
INDEX_EQ,
73+
INOUT,
7374
INT,
7475
INTERFACE,
7576
IS,
@@ -93,6 +94,7 @@ enum UnlinkedTokenType {
9394
OPEN_PAREN,
9495
OPEN_SQUARE_BRACKET,
9596
OPERATOR,
97+
OUT,
9698
PART,
9799
PATCH,
98100
PERCENT,
@@ -141,6 +143,4 @@ enum UnlinkedTokenType {
141143
WHILE,
142144
WITH,
143145
YIELD,
144-
INOUT,
145-
OUT,
146146
}

0 commit comments

Comments
 (0)