go/types: TypeList has a String method, but TypeParamList does not #50760
Labels
FrozenDueToAge
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
Issue #47916 does not document the
String
method fortypes.TypeList
(added in https://go.dev/cl/346552 to aid with debugging). Furthermore the otherwise symmetricTypeParamList
type does not have aString
method.These two list types should be symmetric. Since
types.TypeList.String
was not covered by the proposal, probably we should remove this method and propose it for 1.19.CC @griesemer
The text was updated successfully, but these errors were encountered: