Migration tool throws exception with "nested extensions" #45902
Labels
area-migration (deprecated)
Deprecated: this label is no longer actively used (was: issues with the `dart migrate` tool).
P2
A bug or feature request we're likely to work on
I'm trying to migrate my project to null-safety with migration tool but it throws exception in one of my files. I assume it has problems with "nested extensions", I've included repro case below. When I run migration with
dart migrate --skip-import-check
I get this error:File that trips the migration tool:
My system:
The text was updated successfully, but these errors were encountered: