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 7d0beea commit 86e81f5Copy full SHA for 86e81f5
ql/ql/src/codeql_ql/ast/Ast.qll
@@ -27,7 +27,7 @@ class AstNode extends TAstNode {
27
28
/** Gets the file containing this AST node. */
29
cached
30
- File getFile() { result = getFullLocation().getFile() }
+ File getFile() { result = this.getFullLocation().getFile() }
31
32
/** Gets the location that spans the entire AST node. */
33
0 commit comments