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 22ec600 commit e7b293eCopy full SHA for e7b293e
test/IDE/newtype.swift
@@ -178,6 +178,5 @@ func testConformances(ed: ErrorDomain) {
178
179
func testFixit() {
180
let _ = NSMyContextName
181
- // expected-error@-1{{'NSMyContextName' has been renamed to 'NSSomeContext.Name.myContextName'}}
182
-
+ // expected-error@-1{{'NSMyContextName' has been renamed to 'NSSomeContext.Name.myContextName'}} {{10-25=NSSomeContext.Name.myContextName}}
183
}
0 commit comments