This commit is contained in:
Calum Grant 2023-02-22 17:02:49 +00:00
Родитель f3e5a8f90f
Коммит 0fdcf0338a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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() {