Migraiton tool adds casts involving undefined type _
#44357
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
Repro steps:
flutter pub get
--ignore-exceptions
flag.Using the migration tool as of 09481aa, on line 77 of the file
lib/print_table.dart
, the migration tool suggests addingas _ Function(TestResult)
. And on line 78, it suggests addingas _ Function(_, dynamic)
. This doesn't work at all, because there is no type called_
.The text was updated successfully, but these errors were encountered: