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 6aea8c3 commit f695d64Copy full SHA for f695d64
test/IDE/complete_inout.swift
@@ -10,7 +10,7 @@ struct Foo {
10
var myInt: Int
11
12
func bar() {
13
- let context = Bar(wihtInout: &self.#^COMPLETE_INOUT?check=CHECK^#)
+ let context = Bar(withInout: &self.#^COMPLETE_INOUT?check=CHECK^#)
14
let context = Bar(withPointer: &self.#^COMPLETE_POINTER?check=CHECK^#)
15
}
16
0 commit comments