We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The appendclipped modernizer has an existing test case whose output (after applying a fix) is:
print(slices.Concat(other[:len(other):len(other)], s, other)) // want "Replace append with slices.Concat"
The first argument should also have been simplified to other. Investigate + fix.