We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e077af2 + d57f714 commit d5f5ba6Copy full SHA for d5f5ba6
stdlib/public/Darwin/Foundation/NSDictionary.swift
@@ -34,7 +34,7 @@ extension Dictionary {
34
///
35
/// The provided `NSDictionary` will be copied to ensure that the copy can
36
/// not be mutated by other code.
37
- fileprivate init(_cocoaDictionary: __shared AnyObject) {
+ fileprivate init(_cocoaDictionary: __shared NSDictionary) {
38
assert(
39
_isBridgedVerbatimToObjectiveC(Key.self) &&
40
_isBridgedVerbatimToObjectiveC(Value.self),
0 commit comments