Skip to content

Commit b0d8161

Browse files
committed
[stdlib] Mark _AppendKeyPath as visible in interface
1 parent 1d33945 commit b0d8161

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)