@@ -1942,17 +1942,6 @@ Message _withArgumentsCouldNotParseUri(String string, String string2) {
19421942 ${string2 }.""" , arguments: {'string' : string, 'string2' : string2});
19431943}
19441944
1945- // DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
1946- const Code <Null > codeCovariantAfterVar = messageCovariantAfterVar;
1947-
1948- // DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
1949- const MessageCode messageCovariantAfterVar = const MessageCode (
1950- "CovariantAfterVar" ,
1951- index: 8 ,
1952- message:
1953- r"""The modifier 'covariant' should be before the modifier 'var'.""" ,
1954- tip: r"""Try re-ordering the modifiers.""" );
1955-
19561945// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
19571946const Code <Null > codeCovariantAndStatic = messageCovariantAndStatic;
19581947
@@ -2974,7 +2963,7 @@ const Template<Message Function(String string)>
29742963const Code <Message Function (String string)> codeExpectedClassOrMixinBody =
29752964 const Code <Message Function (String string)>(
29762965 "ExpectedClassOrMixinBody" , templateExpectedClassOrMixinBody,
2977- index: 96 );
2966+ index: 8 );
29782967
29792968// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
29802969Message _withArgumentsExpectedClassOrMixinBody (String string) {
@@ -3011,7 +3000,7 @@ const Code<Null> codeExpectedElseOrComma = messageExpectedElseOrComma;
30113000// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
30123001const MessageCode messageExpectedElseOrComma = const MessageCode (
30133002 "ExpectedElseOrComma" ,
3014- index: 94 ,
3003+ index: 46 ,
30153004 message: r"""Expected 'else' or comma.""" );
30163005
30173006// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
@@ -3224,7 +3213,7 @@ const Template<
32243213const Code <Message Function (String string)> codeExperimentNotEnabled =
32253214 const Code <Message Function (String string)>(
32263215 "ExperimentNotEnabled" , templateExperimentNotEnabled,
3227- index: 93 );
3216+ index: 48 );
32283217
32293218// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
32303219Message _withArgumentsExperimentNotEnabled (String string) {
@@ -3326,39 +3315,6 @@ Message _withArgumentsExtendingRestricted(String name) {
33263315 arguments: {'name' : name});
33273316}
33283317
3329- // DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
3330- const Code <Null > codeExternalAfterConst = messageExternalAfterConst;
3331-
3332- // DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
3333- const MessageCode messageExternalAfterConst = const MessageCode (
3334- "ExternalAfterConst" ,
3335- index: 46 ,
3336- message:
3337- r"""The modifier 'external' should be before the modifier 'const'.""" ,
3338- tip: r"""Try re-ordering the modifiers.""" );
3339-
3340- // DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
3341- const Code <Null > codeExternalAfterFactory = messageExternalAfterFactory;
3342-
3343- // DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
3344- const MessageCode messageExternalAfterFactory = const MessageCode (
3345- "ExternalAfterFactory" ,
3346- index: 47 ,
3347- message:
3348- r"""The modifier 'external' should be before the modifier 'factory'.""" ,
3349- tip: r"""Try re-ordering the modifiers.""" );
3350-
3351- // DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
3352- const Code <Null > codeExternalAfterStatic = messageExternalAfterStatic;
3353-
3354- // DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
3355- const MessageCode messageExternalAfterStatic = const MessageCode (
3356- "ExternalAfterStatic" ,
3357- index: 48 ,
3358- message:
3359- r"""The modifier 'external' should be before the modifier 'static'.""" ,
3360- tip: r"""Try re-ordering the modifiers.""" );
3361-
33623318// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
33633319const Code <Null > codeExternalClass = messageExternalClass;
33643320
@@ -6315,7 +6271,7 @@ const Code<Null> codeInvalidSuperInInitializer =
63156271// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
63166272const MessageCode messageInvalidSuperInInitializer = const MessageCode (
63176273 "InvalidSuperInInitializer" ,
6318- index: 95 ,
6274+ index: 47 ,
63196275 message:
63206276 r"""Can only use 'super' in an initializer for calling the superclass constructor (e.g. 'super()' or 'super.namedConstructor()')""" );
63216277
@@ -7388,7 +7344,7 @@ const Code<Null> codeOnlyTry = messageOnlyTry;
73887344
73897345// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
73907346const MessageCode messageOnlyTry = const MessageCode ("OnlyTry" ,
7391- index: 92 ,
7347+ index: 20 ,
73927348 message:
73937349 r"""A try block must be followed by an 'on', 'catch', or 'finally' clause.""" ,
73947350 tip:
@@ -8739,41 +8695,10 @@ const Code<Null> codeStackOverflow = messageStackOverflow;
87398695
87408696// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
87418697const MessageCode messageStackOverflow = const MessageCode ("StackOverflow" ,
8742- index: 91 ,
8698+ index: 19 ,
87438699 message: r"""The file has too many nested expressions or statements.""" ,
87448700 tip: r"""Try simplifying the code.""" );
87458701
8746- // DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
8747- const Code <Null > codeStaticAfterConst = messageStaticAfterConst;
8748-
8749- // DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
8750- const MessageCode messageStaticAfterConst = const MessageCode (
8751- "StaticAfterConst" ,
8752- index: 20 ,
8753- message:
8754- r"""The modifier 'static' should be before the modifier 'const'.""" ,
8755- tip: r"""Try re-ordering the modifiers.""" );
8756-
8757- // DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
8758- const Code <Null > codeStaticAfterFinal = messageStaticAfterFinal;
8759-
8760- // DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
8761- const MessageCode messageStaticAfterFinal = const MessageCode (
8762- "StaticAfterFinal" ,
8763- index: 19 ,
8764- message:
8765- r"""The modifier 'static' should be before the modifier 'final'.""" ,
8766- tip: r"""Try re-ordering the modifiers.""" );
8767-
8768- // DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
8769- const Code <Null > codeStaticAfterVar = messageStaticAfterVar;
8770-
8771- // DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
8772- const MessageCode messageStaticAfterVar = const MessageCode ("StaticAfterVar" ,
8773- index: 18 ,
8774- message: r"""The modifier 'static' should be before the modifier 'var'.""" ,
8775- tip: r"""Try re-ordering the modifiers.""" );
8776-
87778702// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
87788703const Code <Null > codeStaticAndInstanceConflict =
87798704 messageStaticAndInstanceConflict;
@@ -8847,7 +8772,7 @@ const Code<Null> codeSuperNullAware = messageSuperNullAware;
88478772
88488773// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
88498774const MessageCode messageSuperNullAware = const MessageCode ("SuperNullAware" ,
8850- index: 90 ,
8775+ index: 18 ,
88518776 message:
88528777 r"""The operator '?.' cannot be used with 'super' because 'super' cannot be null.""" ,
88538778 tip: r"""Try replacing '?.' with '.'""" );
0 commit comments