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
functionfoo(a: Set<i32>=newSet())// expected 1 type argument, but got 0
(in the original post) came from a diagnostic I fixed now that should be suppressed but otherwise works, while the second is not implemented yet (requires inferring based on return type).
Edit: While working on #1129 I stumbled upon the following pattern that cannot be inferred yet because we don't yet attempt to recognize return types:
Pinning here so we don't forget.
The text was updated successfully, but these errors were encountered: