File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
_fe_analyzer_shared/lib/src/messages Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -16256,7 +16256,6 @@ const Template<Message Function(String name)>
16256
16256
const Code<Message Function(String name)> codeThisAccessInFieldInitializer =
16257
16257
const Code<Message Function(String name)>(
16258
16258
"ThisAccessInFieldInitializer",
16259
- analyzerCodes: <String>["THIS_ACCESS_FROM_FIELD_INITIALIZER"],
16260
16259
);
16261
16260
16262
16261
// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
Original file line number Diff line number Diff line change @@ -1018,6 +1018,7 @@ SwitchExpressionNotSubtype/analyzerCode: Fail
1018
1018
SwitchExpressionUserDefinedEquals/analyzerCode: Fail
1019
1019
SwitchExpressionUserDefinedEquals/example: Fail
1020
1020
SyntheticToken/example: Fail # Can't be tested, used to recover from other errors.
1021
+ ThisAccessInFieldInitializer/analyzerCode: Fail
1021
1022
ThisAccessInFieldInitializer/example: Fail
1022
1023
ThisAsIdentifier/example: Fail
1023
1024
ThisInNullAwareReceiver/analyzerCode: Fail
Original file line number Diff line number Diff line change @@ -3640,7 +3640,6 @@ InvalidThisInInitializer:
3640
3640
3641
3641
ThisAccessInFieldInitializer :
3642
3642
problemMessage : " Can't access 'this' in a field initializer to read '#name'."
3643
- analyzerCode : THIS_ACCESS_FROM_FIELD_INITIALIZER
3644
3643
3645
3644
ThisOrSuperAccessInFieldInitializer :
3646
3645
problemMessage : " Can't access '#string' in a field initializer."
You can’t perform that action at this time.
0 commit comments