Skip to content

Commit 86e81f5

Browse files
committed
add explicit this
1 parent 7d0beea commit 86e81f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/codeql_ql/ast/Ast.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class AstNode extends TAstNode {
2727

2828
/** Gets the file containing this AST node. */
2929
cached
30-
File getFile() { result = getFullLocation().getFile() }
30+
File getFile() { result = this.getFullLocation().getFile() }
3131

3232
/** Gets the location that spans the entire AST node. */
3333
cached

0 commit comments

Comments
 (0)