mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Adds support for renaming subscripts with external names, e.g. subscript(x y: Int), and introduces a noncollapsible parameter name range for subscript parameters, since these shouldn't be collapsed with an argument label of the same name as function parameter names are.