File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ Swift 4.2
59
59
60
60
* [ SE-0185] [ ]
61
61
62
- Protocol conformances are now synthesized in extensions in the same file as
63
- the type definition, allowing automatic synthesis of conditional conformances
64
- to ` Hashable ` , ` Equatable ` and ` Codable ` (both ` Encodable ` and
62
+ Protocol conformances are now able to be synthesized in extensions in the same
63
+ file as the type definition, allowing automatic synthesis of conditional
64
+ conformances to ` Hashable ` , ` Equatable ` and ` Codable ` (both ` Encodable ` and
65
65
` Decodable ` ). For instance, if there is a generic wrapper type that can only
66
66
be ` Equatable ` when its wrapped type is also ` Equatable ` , the ` == ` method can
67
67
be automatically constructed by the compiler:
You can’t perform that action at this time.
0 commit comments