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 68962f6 commit 0ecd8edCopy full SHA for 0ecd8ed
test/ClangModules/attr-swift_name_renaming.swift
@@ -17,8 +17,8 @@ func test() {
17
var excuse: HomeworkExcuse = .dogAteIt
18
excuse = .overslept // FIXME: should provide Fix-It expected-error{{type 'HomeworkExcuse' has no member 'overslept'}}
19
excuse = .tired
20
- excuse = .tooHard
21
- excuse = .challenging // expected-error{{type 'HomeworkExcuse' has no member 'challenging'}}
+ excuse = .tooHard // FIXME: should provide Fix-It expected-error{{type 'HomeworkExcuse' has no member 'tooHard'}}
+ excuse = .challenging
22
23
// Typedef-of-anonymous-type-name renaming
24
var p = Point()
0 commit comments