mirror of
https://github.com/github/codeql.git
synced 2026-02-20 00:43:44 +01:00
@@ -28,6 +28,6 @@ class AstNode extends @ast_node {
|
||||
/** Gets a textual representation of this node. */
|
||||
string toString() { result = "AstNode" }
|
||||
|
||||
/** Gets the location if this node. */
|
||||
/** Gets the location of this node. */
|
||||
Location getLocation() { result = generated.getLocation() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user