mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Java: refine type of parent column in exprs relation
This commit is contained in:
@@ -501,7 +501,7 @@ exprs(
|
||||
unique int id: @expr,
|
||||
int kind: int ref,
|
||||
int typeid: @type ref,
|
||||
int parent: @element ref,
|
||||
int parent: @exprparent ref,
|
||||
int idx: int ref
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user