Skip to content

Commit 6f7693a

Browse files
authored
Merge pull request swiftlang#4521 from modocache/stdlib-stubs-foundation-nonnull
[stdlib] Use _Nonnull over __nonnull in Foundation
2 parents f2947c8 + eda6e83 commit 6f7693a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/stubs/FoundationHelpers.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ static CFRange cast(_swift_shims_CFRange value) {
109109
}
110110

111111
_swift_shims_CFStringRef
112-
swift::_swift_stdlib_objcDebugDescription(id __nonnull nsObject) {
112+
swift::_swift_stdlib_objcDebugDescription(id _Nonnull nsObject) {
113113
return [nsObject debugDescription];
114114
}

0 commit comments

Comments
 (0)