-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAS: Support "Create field" and "Create missing overrides" fixes for …
…enums. Fixes #55264 Fields added to enums are final. Also: * Fix a bug in CreateField - fields created from function-typed field formal parameters now have the right type. * Fix a "bug" in CreateField - fields created from a field formal parameter in a const constructor are now final. * Add more tests for CreateField. Change-Id: I7d1344f6214c89e6351d3b5ed18b71ac97b9a310 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/362420 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>
- Loading branch information
Showing
6 changed files
with
334 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.