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.
1 parent f145d2c commit 509d2eaCopy full SHA for 509d2ea
Darwin/Foundation-swiftoverlay/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