sdk
sdk copied to clipboard
[Dart fix] Allow specifying multiple elements per fix
Dart fix currently only allow a single element per fix, leading to unnecessary duplication. For example, for each ThemeData fix for https://github.com/flutter/flutter/issues/91772), we need 3 identical fixes for the unnamed constructor, raw constructor, and copyWith.