Files
swift-mirror/test/Migrator/Inputs/DoubleEditAPI.json
Ted Kremenek 46510a5eba Bump compiler version to Swift 5.
Main pieces:

- Bump swift-version to 5
- Remove -swift-version 3 support
2018-11-06 14:38:55 -08:00

39 lines
1.0 KiB
JSON

[
{
"DiffItemKind": "TypeMemberDiffItem",
"Usr": "c:@E@FooComparisonResult@FooOrderedAscending",
"OldPrintedName": "FooOrderedAscending",
"NewPrintedName": "orderedAscending",
"NewTypeName": "FooComparisonResult"
},
{
"DiffItemKind": "TypeMemberDiffItem",
"Usr": "c:@SA@SomeItemSet",
"OldPrintedName": "SomeItemSet",
"NewPrintedName": "some",
"NewTypeName": "ItemSet"
},
{
"DiffItemKind": "CommonDiffItem",
"NodeKind": "Function",
"NodeAnnotation": "TypeRewritten",
"ChildIndex": "1",
"LeftUsr": "c:objc(pl)WillOverrideWithTypeChange(im)doThing:",
"LeftComment": "SomeItemSet",
"RightUsr": "",
"RightComment": "ItemSet.some",
"ModuleName": "bar"
},
{
"DiffItemKind": "CommonDiffItem",
"NodeKind": "Function",
"NodeAnnotation": "TypeRewritten",
"ChildIndex": "0",
"LeftUsr": "c:objc(pl)WillOverrideWithTypeChange(im)doThing:",
"LeftComment": "SomeItemSet",
"RightUsr": "",
"RightComment": "ItemSet.some",
"ModuleName": "bar"
}
]