mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "indexedaccesstypeexpr" to "indexed_access_typeexpr"
This commit is contained in:
@@ -555,7 +555,7 @@ case @typeexpr.kind of
|
||||
| 5 = @boolean_literal_typeexpr
|
||||
| 6 = @array_typeexpr
|
||||
| 7 = @union_typeexpr
|
||||
| 8 = @indexedaccesstypeexpr
|
||||
| 8 = @indexed_access_typeexpr
|
||||
| 9 = @intersectiontypeexpr
|
||||
| 10 = @parenthesizedtypeexpr
|
||||
| 11 = @tupletypeexpr
|
||||
|
||||
Reference in New Issue
Block a user