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 af06df9 commit 172b1b8Copy full SHA for 172b1b8
validation-test/stdlib/SetOperations.swift.gyb
@@ -36,7 +36,7 @@ class Value: Hashable {
36
let value: Int
37
let identity: Int
38
39
- init(_ value: Int, identity: Int) {
+ init(_ value: Int, identity: Int = 0) {
40
self.value = value
41
self.identity = identity
42
}
0 commit comments