Files
swift-mirror/test/refactoring/SyntacticRename/Outputs/backticks-noncollapsible.swift.expected
Alex Hoppen 4103ad8cea [SourceKit] Change tests to use find-rename-ranges instead of syntactic-rename
I will remove the `syntactic-rename` refactoring action in a follow-up commit. Clients should always ask for rename ranges and perform the rename by themselves instead of asking for a renamed file.
2023-11-15 11:20:27 -08:00

6 lines
236 B
Plaintext

struct Foo {
/*test:def*/<keywordBase>subscript</keywordBase>(<arglabel index=0></arglabel><noncollapsibleparam index=0>`x`</noncollapsibleparam>: Int) -> Int { fatalError() }
}
Foo()/*test:ref*/[<callcombo index=0></callcombo>10]