mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "unknowntype" to "unknown_type"
This commit is contained in:
@@ -1993,7 +1993,7 @@ class AnyType extends Type, @any_type { }
|
|||||||
/**
|
/**
|
||||||
* The predefined `unknown` type.
|
* The predefined `unknown` type.
|
||||||
*/
|
*/
|
||||||
class UnknownType extends Type, @unknowntype { }
|
class UnknownType extends Type, @unknown_type { }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The predefined `string` type.
|
* The predefined `string` type.
|
||||||
|
|||||||
@@ -635,7 +635,7 @@ case @type.kind of
|
|||||||
| 20 = @this_type
|
| 20 = @this_type
|
||||||
| 21 = @number_literal_type
|
| 21 = @number_literal_type
|
||||||
| 22 = @string_literal_type
|
| 22 = @string_literal_type
|
||||||
| 23 = @unknowntype
|
| 23 = @unknown_type
|
||||||
| 24 = @biginttype
|
| 24 = @biginttype
|
||||||
| 25 = @bigintliteraltype
|
| 25 = @bigintliteraltype
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -994,7 +994,7 @@
|
|||||||
<v>30638</v>
|
<v>30638</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
<k>@unknowntype</k>
|
<k>@unknown_type</k>
|
||||||
<v>100</v>
|
<v>100</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
|
|||||||
Reference in New Issue
Block a user