15be61ed9a
Fixes https://github.com/dart-lang/sdk/issues/49112 It was decided to remove the "override with equal default value" restriction both for null safe code, and for pre-null safe code. CFE had never issued this static warning, and her we remove it from analyzer. Change-Id: I1244e4fe46da8bb4bd8c3a77ec8beb95811e30a1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/262267 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>