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:
@@ -641,7 +641,7 @@ case @type.kind of
|
||||
;
|
||||
|
||||
@booleanliteraltype = @truetype | @falsetype;
|
||||
@symboltype = @plainsymboltype | @uniquesymboltype;
|
||||
@symbol_type = @plainsymboltype | @uniquesymboltype;
|
||||
@unionorintersectiontype = @uniontype | @intersectiontype;
|
||||
@typevariabletype = @canonicaltypevariabletype | @lexicaltypevariabletype;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user