mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This patch restricts the detection of moved members to be static members, since only in this case we need to update qualified access to them. The move of instance members will be either handled by rename or we don't need to update anything at all. Additionally, this patch introduces a sub-kind of type member diff item called qualified replacement to describe the aforementioned case. However, the migrator part has not started to honor this sub-kind yet. rdar://32466196
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
Name: APINotesTest
|
|
Globals:
|
|
- Name: ANTGlobalValue
|
|
SwiftName: OldType.oldMember
|
|
Protocols:
|
|
- Name: TypeWithMethod
|
|
SwiftName: SwiftTypeWithMethodLeft
|