Skip to content

Commit

Permalink
Version 3.6.0-156.0.dev
Browse files Browse the repository at this point in the history
Merge 7826451 into dev
  • Loading branch information
Dart CI committed Aug 19, 2024
2 parents d1e5e06 + 7826451 commit 8f90195
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16256,7 +16256,6 @@ const Template<Message Function(String name)>
const Code<Message Function(String name)> codeThisAccessInFieldInitializer =
const Code<Message Function(String name)>(
"ThisAccessInFieldInitializer",
analyzerCodes: <String>["THIS_ACCESS_FROM_FIELD_INITIALIZER"],
);

// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
Expand Down
1 change: 1 addition & 0 deletions pkg/front_end/messages.status
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@ SwitchExpressionNotSubtype/analyzerCode: Fail
SwitchExpressionUserDefinedEquals/analyzerCode: Fail
SwitchExpressionUserDefinedEquals/example: Fail
SyntheticToken/example: Fail # Can't be tested, used to recover from other errors.
ThisAccessInFieldInitializer/analyzerCode: Fail
ThisAccessInFieldInitializer/example: Fail
ThisAsIdentifier/example: Fail
ThisInNullAwareReceiver/analyzerCode: Fail
Expand Down
1 change: 0 additions & 1 deletion pkg/front_end/messages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3640,7 +3640,6 @@ InvalidThisInInitializer:

ThisAccessInFieldInitializer:
problemMessage: "Can't access 'this' in a field initializer to read '#name'."
analyzerCode: THIS_ACCESS_FROM_FIELD_INITIALIZER

ThisOrSuperAccessInFieldInitializer:
problemMessage: "Can't access '#string' in a field initializer."
Expand Down
2 changes: 0 additions & 2 deletions pkg/native_stack_traces/lib/src/dwarf.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2130,8 +2130,6 @@ class DwarfSnapshot extends Dwarf {
throw 'Cannot locate isolate instructions section in snapshot';
}
return pcOffset.offset + isolateStart;
default:
throw 'Unexpected value for instructions section';
}
}

Expand Down
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CHANNEL dev
MAJOR 3
MINOR 6
PATCH 0
PRERELEASE 155
PRERELEASE 156
PRERELEASE_PATCH 0

0 comments on commit 8f90195

Please sign in to comment.