go/types, types2: simplify type-checking of method receivers with type parameters #51343
Labels
early-in-cycle
A change that should be done early in the 3 month dev cycle.
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
This is a reminder issue to clean up handling of method receivers in Checker.funcType.
Receiver parameter handling relies on delayed instantiation and uses constraint type inference. At least the latter should not be used.
See also #51339.
cc: @findleyr
The text was updated successfully, but these errors were encountered: