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 ce1adf9 commit c673a07Copy full SHA for c673a07
test/Sema/typo_correction.swift
@@ -10,7 +10,7 @@ import NoSuchModule
10
11
// This is close enough to get typo-correction.
12
func test_short_and_close() {
13
- let plop = 4 // expected-note {{did you mean 'plop'?}}
+ let plop = 4 // expected-note {{'plop' declared here}}
14
let bab = plob + 1
15
// expected-error@-1 {{cannot find 'plob' in scope}}
16
}
0 commit comments