Skip to content

Commit cc4a4a8

Browse files
committed
---
yaml --- r: 347183 b: refs/heads/master c: 932b50e h: refs/heads/master i: 347181: 13001bc 347179: c73f19d 347175: 3d180c2 347167: ccb3050
1 parent d434ec4 commit cc4a4a8

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 505e73adc9705289e3311b9c67849a8166a13358
2+
refs/heads/master: 932b50e45f144f3ff135b0f12a30e5bf6351b188
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/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)