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
What's odd is that every element of x in the above example type checks correctly with foo, and it even works if we declare the parameter as a Iterable, but fails as soon as x is a List
The text was updated successfully, but these errors were encountered:
Repro:
What's odd is that every element of
x
in the above example type checks correctly withfoo
, and it even works if we declare the parameter as aIterable
, but fails as soon asx
is aList
The text was updated successfully, but these errors were encountered: