mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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.
13 lines
500 B
Plaintext
13 lines
500 B
Plaintext
struct Test {
|
|
var base: Int
|
|
/*test:def*/<keywordBase>init</keywordBase>(<arglabel index=0>base</arglabel><param index=0></param>: Int) {}
|
|
}
|
|
|
|
_ = /*test:call*/Test(<callarg index=0>base</callarg><callcolon index=0>: </callcolon>3)
|
|
_ = Test . /*test:call*/<keywordBase>init</keywordBase>(<callarg index=0>base</callarg><callcolon index=0>: </callcolon>3)
|
|
_ = Test . /*test:ref*/<keywordBase>init</keywordBase>
|
|
_ = Test . /*test:ref*/<keywordBase>init</keywordBase>(<sel index=0>base</sel>:)
|
|
|
|
|
|
|