Skip to content

Commit 887d189

Browse files
committed
Swift: Make ql-for-ql happy.
1 parent d976829 commit 887d189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/elements/expr/ApplyExpr.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ApplyExpr extends Generated::ApplyExpr {
2323
* Gets the argument of this `ApplyExpr` called `label` (if any).
2424
*/
2525
final Argument getArgumentWithLabel(string label) {
26-
result = getAnArgument() and
26+
result = this.getAnArgument() and
2727
result.getLabel() = label
2828
}
2929

0 commit comments

Comments
 (0)