We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844da5c commit 4a00da4Copy full SHA for 4a00da4
stdlib/public/core/KeyPath.swift
@@ -29,8 +29,9 @@ internal func _abstract(
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.
33
-@objc(_SwiftAnyKeyPath)
+/// used in the new runtime. _TtCs11_AnyKeyPath is the mangled name for
+/// Swift._AnyKeyPath.
34
+@_objcRuntimeName(_TtCs11_AnyKeyPath)
35
public class AnyKeyPath: Hashable, _AppendKeyPath {
36
/// The root type for this key path.
37
@inlinable
0 commit comments