mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
renamed "stringtype" to "string_type"
This commit is contained in:
@@ -1998,7 +1998,7 @@ class UnknownType extends Type, @unknowntype { }
|
||||
/**
|
||||
* The predefined `string` type.
|
||||
*/
|
||||
class StringType extends Type, @stringtype { }
|
||||
class StringType extends Type, @string_type { }
|
||||
|
||||
/**
|
||||
* The predefined `number` type.
|
||||
|
||||
@@ -613,7 +613,7 @@ type_child (
|
||||
|
||||
case @type.kind of
|
||||
0 = @any_type
|
||||
| 1 = @stringtype
|
||||
| 1 = @string_type
|
||||
| 2 = @numbertype
|
||||
| 3 = @uniontype
|
||||
| 4 = @truetype
|
||||
|
||||
@@ -910,7 +910,7 @@
|
||||
<v>1</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@stringtype</k>
|
||||
<k>@string_type</k>
|
||||
<v>1</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user