Migration tool crashes when a library uses a non-function typedef from a migrated import #49690
Labels
area-migration (deprecated)
Deprecated: this label is no longer actively used (was: issues with the `dart migrate` tool).
If there is a non-function type
typedef
in a migrated library, usage of the typedef in another library causes the migration tool to crash attempting to migrate the library.If you checkout https://github.com/natebosch/dart_repro/tree/migration-tool-crash-typedef and attempt to
dart migrate
it will crash withThe text was updated successfully, but these errors were encountered: