mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "anytype" to "any_type"
This commit is contained in:
@@ -1988,7 +1988,7 @@ class TupleType extends ArrayType, @tupletype {
|
||||
/**
|
||||
* The predefined `any` type.
|
||||
*/
|
||||
class AnyType extends Type, @anytype { }
|
||||
class AnyType extends Type, @any_type { }
|
||||
|
||||
/**
|
||||
* The predefined `unknown` type.
|
||||
|
||||
@@ -612,7 +612,7 @@ type_child (
|
||||
);
|
||||
|
||||
case @type.kind of
|
||||
0 = @anytype
|
||||
0 = @any_type
|
||||
| 1 = @stringtype
|
||||
| 2 = @numbertype
|
||||
| 3 = @uniontype
|
||||
|
||||
@@ -906,7 +906,7 @@
|
||||
<v>104947</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@anytype</k>
|
||||
<k>@any_type</k>
|
||||
<v>1</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user