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
Copy file name to clipboardExpand all lines: doc/go1.21.html
+51-2
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,57 @@ <h2 id="language">Changes to the language</h2>
70
70
spec in past releases. The new rule provides an unambiguous definition.
71
71
</p>
72
72
73
-
<p><!-- https://go.dev/issue/59338 -->
74
-
TODO: <ahref="https://go.dev/issue/59338">https://go.dev/issue/59338</a>: infer type arguments from assignments of generic functions (reverse type inference)
73
+
<p>
74
+
Multiple improvements that increase the power and precision of type inference have been made.
75
+
</p>
76
+
<ul>
77
+
<li><!-- https://go.dev/issue/59338 -->
78
+
A (possibly partially instantiated generic) function may now be called with arguments that are
0 commit comments