mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
renamed "stringliteraltype" to "string_literal_type"
This commit is contained in:
@@ -634,7 +634,7 @@ case @type.kind of
|
||||
| 19 = @lexical_type_variable_type
|
||||
| 20 = @this_type
|
||||
| 21 = @number_literal_type
|
||||
| 22 = @stringliteraltype
|
||||
| 22 = @string_literal_type
|
||||
| 23 = @unknowntype
|
||||
| 24 = @biginttype
|
||||
| 25 = @bigintliteraltype
|
||||
@@ -715,8 +715,8 @@ type_alias(
|
||||
unique int aliasType: @type ref,
|
||||
int underlyingType: @type ref);
|
||||
|
||||
@literal_type = @stringliteraltype | @number_literal_type | @booleanliteraltype | @bigintliteraltype;
|
||||
@type_with_literal_value = @stringliteraltype | @number_literal_type | @bigintliteraltype;
|
||||
@literal_type = @string_literal_type | @number_literal_type | @booleanliteraltype | @bigintliteraltype;
|
||||
@type_with_literal_value = @string_literal_type | @number_literal_type | @bigintliteraltype;
|
||||
type_literal_value(
|
||||
unique int typ: @type_with_literal_value ref,
|
||||
varchar(900) value: string ref);
|
||||
|
||||
Reference in New Issue
Block a user