File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ internal func _abstract(
2626
2727// MARK: Type-erased abstract base classes
2828
29- /// A type-erased key path, from any root type to any resulting value
30- /// type. NOTE: older runtimes had Swift.AnyKeyPath as the ObjC name.
31- /// The two must coexist, so it was renamed. The old name must not be
32- /// used in the new runtime. _TtCs11_AnyKeyPath is the mangled name for
33- /// Swift._AnyKeyPath.
29+ // A type-erased key path, from any root type to any resulting value
30+ // type. NOTE: older runtimes had Swift.AnyKeyPath as the ObjC name.
31+ // The two must coexist, so it was renamed. The old name must not be
32+ // used in the new runtime. _TtCs11_AnyKeyPath is the mangled name for
33+ // Swift._AnyKeyPath.
3434@_objcRuntimeName ( _TtCs11_AnyKeyPath)
3535public class AnyKeyPath : Hashable , _AppendKeyPath {
3636 /// The root type for this key path.
You can’t perform that action at this time.
0 commit comments