mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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.
6 lines
270 B
Plaintext
6 lines
270 B
Plaintext
struct Foo {
|
|
/*test:def*/<keywordBase>subscript</keywordBase>(<arglabel index=0>`x`</arglabel> <noncollapsibleparam index=0>y</noncollapsibleparam>: Int) -> Int { fatalError() }
|
|
}
|
|
Foo()/*test:ref*/[<callarg index=0>`x`</callarg><callcolon index=0>: </callcolon>10]
|
|
|