go
go copied to clipboard
x/tools/internal/refactor/inline: support inlining functions with type parameters
Functions with type parameters cannot be inlined at the moment.
This is a feature request to make it possible to inline functions with type parameters.