Tidy up warnings

This commit is contained in:
Calum Grant
2023-02-22 17:02:49 +00:00
parent f3e5a8f90f
commit 0fdcf0338a

View File

@@ -52,7 +52,7 @@ module RAParser<RApredicate Predicate> {
/** Gets a predicate name referenced in the RHS of an RA expression. */
abstract string getARhsPredicate();
final string toString() { result = getPredicate().getLineOfRA(getLine()) }
final string toString() { result = this.getPredicate().getLineOfRA(this.getLine()) }
/** Gets a child of this RA expression - not by index yet. */
RAExpr getAChild() {