Skip to content

Commit 0fdcf03

Browse files
committed
Tidy up warnings
1 parent f3e5a8f commit 0fdcf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/experimental/RA.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module RAParser<RApredicate Predicate> {
5252
/** Gets a predicate name referenced in the RHS of an RA expression. */
5353
abstract string getARhsPredicate();
5454

55-
final string toString() { result = getPredicate().getLineOfRA(getLine()) }
55+
final string toString() { result = this.getPredicate().getLineOfRA(this.getLine()) }
5656

5757
/** Gets a child of this RA expression - not by index yet. */
5858
RAExpr getAChild() {

0 commit comments

Comments
 (0)