Skip to content

Commit e067279

Browse files
authored
Merge pull request #11246 from natecook1000/nc4-appendkeypath
[4.0] Mark _AppendKeyPath as visible in interface
2 parents 7dc1e1e + b0d8161 commit e067279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/KeyPath.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,6 +1347,7 @@ func _projectKeyPathReferenceWritable<Root, Value>(
13471347
// constrained by being overrides, and so that we can use exact-type constraints
13481348
// on `Self` to prevent dynamically-typed methods from being inherited by
13491349
// statically-typed key paths.
1350+
@_show_in_interface
13501351
public protocol _AppendKeyPath {}
13511352

13521353
extension _AppendKeyPath where Self == AnyKeyPath {

0 commit comments

Comments
 (0)