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 3843d39 + fc8f682 commit 728e9b2Copy full SHA for 728e9b2
test/decl/protocol/special/coding/class_codable_inheritance.swift
@@ -29,7 +29,7 @@ class SimpleChildClass : SimpleClass {
29
let _ = SimpleChildClass.CodingKeys.self // expected-error {{'CodingKeys' is inaccessible due to 'private' protection level}}
30
31
// The enum should have a case for each of the vars.
32
- // NOTE: This expectedxerror will need to be removed in the future.
+ // NOTE: This expected error will need to be removed in the future.
33
let _ = SimpleChildClass.CodingKeys.w // expected-error {{'CodingKeys' is inaccessible due to 'private' protection level}}
34
35
// Inherited vars should not be part of the CodingKeys enum.
0 commit comments