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 5407b57 commit ea04b50Copy full SHA for ea04b50
swift/ql/test/library-tests/dataflow/capture/closures.swift
@@ -177,8 +177,8 @@ class S {
177
178
f(source("captureThis", 2));
179
180
- sink(bf1); // $ hasValueFlow=captureThis
181
- sink(self.bf2); // $ hasValueFlow=captureThis
+ sink(bf1); // $ MISSING: hasValueFlow=captureThis
+ sink(self.bf2); // $ MISSING: hasValueFlow=captureThis
182
}
183
184
swift/ql/test/library-tests/dataflow/capture/inlinetest.expected
@@ -1,4 +1,2 @@
1
testFailures
2
-| closures.swift:180:16:181:1 | // $ hasValueFlow=captureThis\n | Missing result:hasValueFlow=captureThis |
3
-| closures.swift:181:21:182:1 | // $ hasValueFlow=captureThis\n | Missing result:hasValueFlow=captureThis |
4
failures
0 commit comments