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
This would require us to reason about elements at a fixed offset from the end of a tuple. We currently only reason about elements at a fixed offset from the start. It adds some more complexity, but it is certainly possible to do.
The text was updated successfully, but these errors were encountered:
Bug Report
π Search Terms
tuple arguments trailing elements contextual type
π Version & Regression Information
β― Playground Link
Playground link with relevant code
π» Code
π Actual behavior
Contextual parameters can't be inferred.
π Expected behavior
Contextual parameters should be inferred.
Quoting @ahejlsberg from here:
The text was updated successfully, but these errors were encountered: