We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48d8540 + 5d5f3f8 commit de9e885Copy full SHA for de9e885
1 file changed
swift/ql/test/extractor-tests/generated/type/InOutType/in_out.swift
@@ -8,5 +8,5 @@ struct S {
8
mutating func bar() {}
9
}
10
11
-var s: S
+var s: S = S()
12
s.bar()
0 commit comments