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 3f29225 commit a0baaa0Copy full SHA for a0baaa0
Tests/KeyValueEncoderTests.swift
@@ -668,8 +668,8 @@ struct KeyValueEncodedTests {
668
669
@Test
670
func aa() {
671
- #expect(KeyValueEncoder.NilEncodingStrategy.isOptionalNone(Int?.none))
672
- #expect(KeyValueEncoder.NilEncodingStrategy.isOptionalNone(Int??.none))
+ #expect(KeyValueEncoder.NilEncodingStrategy.isOptionalNone(Int?.none as Any))
+ #expect(KeyValueEncoder.NilEncodingStrategy.isOptionalNone(Int??.none as Any))
673
}
674
675
0 commit comments