Skip to content

Commit 8372fb3

Browse files
committed
[stdlib] Variant(_variant:) doesn’t exist on this timeline yet
1 parent fd5bc0f commit 8372fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Dictionary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ extension Dictionary {
12901290
return Values(_dictionary: self)
12911291
}
12921292
_modify {
1293-
var values = Values(_variant: _variant)
1293+
var values = Values(_dictionary: self)
12941294
_variant = .native(_NativeDictionary())
12951295
yield &values
12961296
self._variant = values._variant

0 commit comments

Comments
 (0)