mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "symboltype" to "symbol_type"
This commit is contained in:
@@ -2139,7 +2139,7 @@ class NeverType extends Type, @nevertype { }
|
|||||||
/**
|
/**
|
||||||
* The `symbol` type or a specific `unique symbol` type.
|
* The `symbol` type or a specific `unique symbol` type.
|
||||||
*/
|
*/
|
||||||
class SymbolType extends Type, @symboltype { }
|
class SymbolType extends Type, @symbol_type { }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The `symbol` type.
|
* The `symbol` type.
|
||||||
|
|||||||
@@ -641,7 +641,7 @@ case @type.kind of
|
|||||||
;
|
;
|
||||||
|
|
||||||
@booleanliteraltype = @truetype | @falsetype;
|
@booleanliteraltype = @truetype | @falsetype;
|
||||||
@symboltype = @plainsymboltype | @uniquesymboltype;
|
@symbol_type = @plainsymboltype | @uniquesymboltype;
|
||||||
@unionorintersectiontype = @uniontype | @intersectiontype;
|
@unionorintersectiontype = @uniontype | @intersectiontype;
|
||||||
@typevariabletype = @canonicaltypevariabletype | @lexicaltypevariabletype;
|
@typevariabletype = @canonicaltypevariabletype | @lexicaltypevariabletype;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user