File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 505e73adc9705289e3311b9c67849a8166a13358
2
+ refs/heads/master: 932b50e45f144f3ff135b0f12a30e5bf6351b188
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -26,12 +26,14 @@ internal func _abstract(
26
26
27
27
// MARK: Type-erased abstract base classes
28
28
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.
29
+ // NOTE: older runtimes had Swift.AnyKeyPath as the ObjC name.
31
30
// The two must coexist, so it was renamed. The old name must not be
32
31
// used in the new runtime. _TtCs11_AnyKeyPath is the mangled name for
33
32
// Swift._AnyKeyPath.
34
33
@_objcRuntimeName ( _TtCs11_AnyKeyPath)
34
+
35
+ /// A type-erased key path, from any root type to any resulting value
36
+ /// type.
35
37
public class AnyKeyPath : Hashable , _AppendKeyPath {
36
38
/// The root type for this key path.
37
39
@inlinable
You can’t perform that action at this time.
0 commit comments