File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
test/api-digester/Outputs Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,9 @@ internal func _abstract(
29
29
/// A type-erased key path, from any root type to any resulting value
30
30
/// type. NOTE: older runtimes had Swift.AnyKeyPath as the ObjC name.
31
31
/// The two must coexist, so it was renamed. The old name must not be
32
- /// used in the new runtime.
33
- @objc ( _SwiftAnyKeyPath)
32
+ /// used in the new runtime. _TtCs11_AnyKeyPath is the mangled name for
33
+ /// Swift._AnyKeyPath.
34
+ @_objcRuntimeName ( _TtCs11_AnyKeyPath)
34
35
public class AnyKeyPath : Hashable , _AppendKeyPath {
35
36
/// The root type for this key path.
36
37
@inlinable
Original file line number Diff line number Diff line change @@ -604,5 +604,3 @@ Var String.Index._utf16Index has been removed (deprecated)
604
604
605
605
Func MutableCollection.withContiguousMutableStorageIfAvailable(_:) has been added as a protocol requirement
606
606
Func Sequence.withContiguousStorageIfAvailable(_:) has been added as a protocol requirement
607
-
608
- Class AnyKeyPath is now with @objc
You can’t perform that action at this time.
0 commit comments