mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "parenthesizedtypeexpr" to "parenthesized_typeexpr"
This commit is contained in:
@@ -842,7 +842,7 @@ class IntersectionTypeExpr extends @intersection_typeexpr, TypeExpr {
|
||||
/**
|
||||
* A type expression enclosed in parentheses.
|
||||
*/
|
||||
class ParenthesizedTypeExpr extends @parenthesizedtypeexpr, TypeExpr {
|
||||
class ParenthesizedTypeExpr extends @parenthesized_typeexpr, TypeExpr {
|
||||
/** Gets the type inside the parentheses. */
|
||||
TypeExpr getElementType() { result = getChildTypeExpr(0) }
|
||||
|
||||
|
||||
@@ -557,7 +557,7 @@ case @typeexpr.kind of
|
||||
| 7 = @union_typeexpr
|
||||
| 8 = @indexed_access_typeexpr
|
||||
| 9 = @intersection_typeexpr
|
||||
| 10 = @parenthesizedtypeexpr
|
||||
| 10 = @parenthesized_typeexpr
|
||||
| 11 = @tupletypeexpr
|
||||
| 12 = @keyoftypeexpr
|
||||
| 13 = @qualifiedtypeaccess
|
||||
|
||||
@@ -790,7 +790,7 @@
|
||||
<v>27</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@parenthesizedtypeexpr</k>
|
||||
<k>@parenthesized_typeexpr</k>
|
||||
<v>62</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user