dd1fc29b73
Fixes https://github.com/dart-lang/sdk/issues/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>