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 f3e5a8f commit 0fdcf03Copy full SHA for 0fdcf03
ql/ql/src/experimental/RA.qll
@@ -52,7 +52,7 @@ module RAParser<RApredicate Predicate> {
52
/** Gets a predicate name referenced in the RHS of an RA expression. */
53
abstract string getARhsPredicate();
54
55
- final string toString() { result = getPredicate().getLineOfRA(getLine()) }
+ final string toString() { result = this.getPredicate().getLineOfRA(this.getLine()) }
56
57
/** Gets a child of this RA expression - not by index yet. */
58
RAExpr getAChild() {
0 commit comments