Type promotion could be even better if it analyzed more of the control flow #34483
Labels
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
This code runs fine (and is provably correct), but the analyzer complains
error • The argument type 'dynamic' can't be assigned to the parameter type 'String' • test.dart:8:7 • argument_type_not_assignable
:The text was updated successfully, but these errors were encountered: