Skip to content

Commit a01e0d9

Browse files
authored
---
yaml --- r: 318718 b: refs/heads/master-rebranch c: 137f051 h: refs/heads/master
1 parent 55a5f85 commit a01e0d9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
14571457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
14581458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
14591459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460-
refs/heads/master-rebranch: b97857e99ff5983064a4a6659445a53b62648909
1460+
refs/heads/master-rebranch: 137f051ed13a6939b40558065fe5dcc13cab4242

branches/master-rebranch/stdlib/public/core/KeyPath.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ 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.
29+
// NOTE: older runtimes had Swift.AnyKeyPath as the ObjC name.
3130
// The two must coexist, so it was renamed. The old name must not be
3231
// used in the new runtime. _TtCs11_AnyKeyPath is the mangled name for
3332
// Swift._AnyKeyPath.
3433
@_objcRuntimeName(_TtCs11_AnyKeyPath)
34+
35+
/// A type-erased key path, from any root type to any resulting value
36+
/// type.
3537
public class AnyKeyPath: Hashable, _AppendKeyPath {
3638
/// The root type for this key path.
3739
@inlinable

0 commit comments

Comments
 (0)