Skip to content

Commit 989ea16

Browse files
committed
[test] api-digester: Add false positives for newly generalized properties
1 parent 9ecfac2 commit 989ea16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/api-digester/Outputs/stability-stdlib-source-base.swift.expected

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,3 +367,7 @@ Struct CollectionOfOne is now with @_addressableForDependencies
367367

368368
Protocol CodingKey has added inherited protocol SendableMetatype
369369
Protocol Error has added inherited protocol SendableMetatype
370+
371+
Accessor Optional.unsafelyUnwrapped.Get() has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Escapable>
372+
Accessor UnsafeBufferPointer.indices.Get() has generic signature change from <Element> to <Element where Element : ~Copyable>
373+
Accessor UnsafeMutableBufferPointer.indices.Get() has generic signature change from <Element> to <Element where Element : ~Copyable>

0 commit comments

Comments
 (0)