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 755c56d commit 97815bfCopy full SHA for 97815bf
swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll
@@ -261,7 +261,7 @@ private module OutNodes {
261
}
262
263
override DataFlowCallable getEnclosingCallable() {
264
- result = TDataFlowFunc(getCall(_).getCfgNode().getScope())
+ result = TDataFlowFunc(this.getCall(_).getCfgNode().getScope())
265
266
267
override Location getLocationImpl() { result = call.getLocation() }
0 commit comments