| Index: pkg/front_end/lib/src/fasta/scanner/token_constants.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/scanner/token_constants.dart b/pkg/front_end/lib/src/fasta/scanner/token_constants.dart
|
| index ec3e72048d5ba550738bc6fb89dc38a8472003e1..d0d7c52260964ad3bbf7d04f23682c6207ebf6c8 100644
|
| --- a/pkg/front_end/lib/src/fasta/scanner/token_constants.dart
|
| +++ b/pkg/front_end/lib/src/fasta/scanner/token_constants.dart
|
| @@ -82,3 +82,5 @@ const int STRING_INTERPOLATION_IDENTIFIER_TOKEN = COMMENT_TOKEN + 1;
|
| const int QUESTION_PERIOD_TOKEN = STRING_INTERPOLATION_IDENTIFIER_TOKEN + 1;
|
| const int QUESTION_QUESTION_TOKEN = QUESTION_PERIOD_TOKEN + 1;
|
| const int QUESTION_QUESTION_EQ_TOKEN = QUESTION_QUESTION_TOKEN + 1;
|
| +const int GENERIC_METHOD_TYPE_ASSIGN_TOKEN = QUESTION_QUESTION_EQ_TOKEN + 1;
|
| +const int GENERIC_METHOD_TYPE_LIST_TOKEN = GENERIC_METHOD_TYPE_ASSIGN_TOKEN + 1;
|
|
|