mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "keywordtypeexpr" to "keyword_typeexpr"
This commit is contained in:
@@ -549,7 +549,7 @@ typeexprs (
|
||||
case @typeexpr.kind of
|
||||
0 = @local_type_access
|
||||
| 1 = @type_decl
|
||||
| 2 = @keywordtypeexpr
|
||||
| 2 = @keyword_typeexpr
|
||||
| 3 = @stringliteraltypeexpr
|
||||
| 4 = @numberliteraltypeexpr
|
||||
| 5 = @booleanliteraltypeexpr
|
||||
|
||||
Reference in New Issue
Block a user