strong mode should allow type promotion from dynamic #25486
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
@leafpetersen found this example:
If we change the definition of
from
to beString from(Object value)
you'll get a better type foritems
(List<dynamic>
)The text was updated successfully, but these errors were encountered: