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
fix: Mark OpenReturn and ShareSingleReturn flow types as inexact (#983)
With `exact_by_default=true` we get flow errors because `OpenReturn` and `ShareSingleReturn` are implicitly inexact. This PR marks them explicitly inexact.
Co-authored-by: Mateus Andrade <[email protected]>
0 commit comments