mirror of
https://github.com/github/codeql.git
synced 2026-05-10 01:10:09 +02:00
renamed "intersectiontypeexpr" to "intersection_typeexpr"
This commit is contained in:
@@ -826,7 +826,7 @@ class IndexedAccessTypeExpr extends @indexed_access_typeexpr, TypeExpr {
|
||||
*
|
||||
* In general, there are can more than two operands to an intersection type.
|
||||
*/
|
||||
class IntersectionTypeExpr extends @intersectiontypeexpr, TypeExpr {
|
||||
class IntersectionTypeExpr extends @intersection_typeexpr, TypeExpr {
|
||||
/** Gets the `n`th operand of the intersection type, starting at 0. */
|
||||
TypeExpr getElementType(int n) { result = getChildTypeExpr(n) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user