You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For most non-empty iterable-to-sequence operations where the iterable is not actually empty, there is a class cast exception. But this one trips up the Dart backend:
For most non-empty iterable-to-sequence operations where the iterable is not actually empty, there is a class cast exception. But this one trips up the Dart backend:
It may be best to explicitly check all spread arguments involving non-empty
Iterable
s.The text was updated successfully, but these errors were encountered: