mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
use Identifier instead of just a plain string when getting tuple-element-names
This commit is contained in:
@@ -790,13 +790,6 @@ tuple_type_rest(
|
||||
unique int typ: @type ref
|
||||
);
|
||||
|
||||
#keyset[tuple, index]
|
||||
tuple_element_name (
|
||||
int tuple: @tupletypeexpr ref,
|
||||
int index: int ref,
|
||||
varchar(900) name: string ref
|
||||
);
|
||||
|
||||
// comments
|
||||
comments (unique int id: @comment,
|
||||
int kind: int ref,
|
||||
|
||||
Reference in New Issue
Block a user