mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "uniontypeexpr" to "union_typeexpr"
This commit is contained in:
@@ -554,7 +554,7 @@ case @typeexpr.kind of
|
||||
| 4 = @number_literal_typeexpr
|
||||
| 5 = @boolean_literal_typeexpr
|
||||
| 6 = @array_typeexpr
|
||||
| 7 = @uniontypeexpr
|
||||
| 7 = @union_typeexpr
|
||||
| 8 = @indexedaccesstypeexpr
|
||||
| 9 = @intersectiontypeexpr
|
||||
| 10 = @parenthesizedtypeexpr
|
||||
|
||||
Reference in New Issue
Block a user