Add support for moving classes between libraries #57057
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
P2
A bug or feature request we're likely to work on
This is a follow on to #48997
We can define a fix which uses
replacedBy
to move functions and variables to a new import, but cannot do the same with classes.Can we either support
replacedBy
with classes, or add amovedTo
operation which maintains the name and replaces only the import URI.See dart-lang/test#1978 (comment)
The text was updated successfully, but these errors were encountered: