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 d976829 commit 887d189Copy full SHA for 887d189
swift/ql/lib/codeql/swift/elements/expr/ApplyExpr.qll
@@ -23,7 +23,7 @@ class ApplyExpr extends Generated::ApplyExpr {
23
* Gets the argument of this `ApplyExpr` called `label` (if any).
24
*/
25
final Argument getArgumentWithLabel(string label) {
26
- result = getAnArgument() and
+ result = this.getAnArgument() and
27
result.getLabel() = label
28
}
29
0 commit comments