mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
add support for rest types elements in the middle of a tuple
This commit is contained in:
@@ -799,8 +799,9 @@ tuple_type_min_length(
|
||||
int minLength: int ref
|
||||
);
|
||||
|
||||
tuple_type_rest(
|
||||
unique int typ: @type ref
|
||||
tuple_type_rest_index(
|
||||
unique int typ: @type ref,
|
||||
int index: int ref
|
||||
);
|
||||
|
||||
// comments
|
||||
|
||||
Reference in New Issue
Block a user