95cbc6a497
I'm currently working on a fix for https://github.com/dart-lang/linter/issues/5061 (unnecessary_breaks fails to report an unnecessary break inside a default clause). To avoid a trybot failure once the lint is fixed, we need to fix all instances of unnecessary breaks that the fixed lint would catch. Bug: https://github.com/dart-lang/linter/issues/5061 Change-Id: Ied3d5f5f548972fd03cb7b6330fe3491459ab658 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/380620 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Paul Berry <paulberry@google.com>