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
forward warnings when searching for a method overload (#4481)
* forward warnings when searching for a method overload, fixes#3752
* add a new test for the bug
* simplify test by using a `typecheck/sigs` tests
* Update according to test
* update test
neg_issue_3752.fs(4,19,4,46): typecheck error FS0064: This construct causes code to be less generic than indicated by the type annotations. The type variable 'a has been constrained to be type 'string'.
0 commit comments