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.
2 parents 415d4e3 + fb1e8c4 commit 4b39863Copy full SHA for 4b39863
test/decl/protocol/special/coding/enum_coding_key.swift
@@ -43,7 +43,7 @@ enum Int8Key : Int8, CodingKey { // expected-error {{type 'Int8Key' does not con
43
struct StructKey : CodingKey { // expected-error {{type 'StructKey' does not conform to protocol 'CodingKey'}}
44
}
45
46
-// Classes conforming to CodingKey should not get implict derived conformance.
+// Classes conforming to CodingKey should not get implicit derived conformance.
47
class ClassKey : CodingKey { //expected-error {{type 'ClassKey' does not conform to protocol 'CodingKey'}}
48
49
0 commit comments