You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/api-digester/Outputs/stability-stdlib-abi.swift.expected
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ Class _EmptySetSingleton has changed its super class from _RawSetStorage to __Ra
8
8
Class _RawDictionaryStorage has been renamed to Class __RawDictionaryStorage
9
9
Class _RawSetStorage has been renamed to Class __RawSetStorage
10
10
Class _SetStorage has changed its super class from _RawSetStorage to __RawSetStorage
11
-
Class _SharedStringStorage has been renamed to Class __SharedStringStorage
12
-
Class _StringStorage has been renamed to Class __StringStorage
13
11
Constructor Dictionary._Variant.init(cocoa:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
14
12
Constructor Dictionary.init(_cocoa:) has parameter 0 type change from _CocoaDictionary to __CocoaDictionary
15
13
Constructor Set._Variant.init(cocoa:) has parameter 0 type change from _CocoaSet to __CocoaSet
@@ -36,9 +34,9 @@ Func _SetStorage.resize(original:capacity:move:) has parameter 0 type change fro
36
34
Struct _CocoaDictionary has been renamed to Struct __CocoaDictionary
37
35
Struct _CocoaSet has been renamed to Struct __CocoaSet
38
36
Var Dictionary._Variant.asCocoa has declared type change from _CocoaDictionary to __CocoaDictionary
39
-
Var Dictionary._Variant.object has declared type change from _BridgeStorage<_RawDictionaryStorage, _NSDictionary> to _BridgeStorage<__RawDictionaryStorage>
37
+
Var Dictionary._Variant.object has declared type change from _BridgeStorage<_RawDictionaryStorage> to _BridgeStorage<__RawDictionaryStorage>
40
38
Var Set._Variant.asCocoa has declared type change from _CocoaSet to __CocoaSet
41
-
Var Set._Variant.object has declared type change from _BridgeStorage<_RawSetStorage, _NSSet> to _BridgeStorage<__RawSetStorage>
39
+
Var Set._Variant.object has declared type change from _BridgeStorage<_RawSetStorage> to _BridgeStorage<__RawSetStorage>
42
40
Var _CocoaDictionary.Index.dictionary has declared type change from _CocoaDictionary to __CocoaDictionary
43
41
Var _NativeDictionary._storage has declared type change from _RawDictionaryStorage to __RawDictionaryStorage
44
42
Var _NativeSet._storage has declared type change from _RawSetStorage to __RawSetStorage
0 commit comments