feat: clarify interaction between nullability binding and any type parameters#960
feat: clarify interaction between nullability binding and any type parameters#960benbellick wants to merge 8 commits intomainfrom
Conversation
|
I am aware of the complexity added here. If someone can think of a better way to manage this complexity, that would be much preferred. The fundamental problem is dealing with how This PR is a stab at addressing this interaction. There is also the case of |
Slimsammylim
left a comment
There was a problem hiding this comment.
The explanations and examples here are very clear and make sense to me. My only nit is I prefer if the all the reason boxes are filled, but that's just because I like when explanations are obvious. Either way is good!
|
@Slimsammylim I added them, good suggestion! |
any[\d]type parameter bindingCloses #943
This change is