Skip to content

Commit 97815bf

Browse files
authored
Swift: fix implicit this usage
1 parent 755c56d commit 97815bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ private module OutNodes {
261261
}
262262

263263
override DataFlowCallable getEnclosingCallable() {
264-
result = TDataFlowFunc(getCall(_).getCfgNode().getScope())
264+
result = TDataFlowFunc(this.getCall(_).getCfgNode().getScope())
265265
}
266266

267267
override Location getLocationImpl() { result = call.getLocation() }

0 commit comments

Comments
 (0)