mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02:00
Ruby: fix location in model editor query
This commit is contained in:
@@ -48,6 +48,8 @@ abstract class Endpoint instanceof AstNode {
|
||||
|
||||
string toString() { result = this.(AstNode).toString() }
|
||||
|
||||
Location getLocation() { result = this.(AstNode).getLocation() }
|
||||
|
||||
abstract string getType();
|
||||
|
||||
abstract string getName();
|
||||
|
||||
Reference in New Issue
Block a user