mirror of
https://github.com/github/codeql.git
synced 2026-03-28 10:18:17 +01:00
C#: Define CastingExpr
This commit is contained in:
@@ -29,6 +29,8 @@ module Private {
|
||||
|
||||
class CastExpr = RU::ExprNode::CastExpr;
|
||||
|
||||
class CastingExpr = CastExpr;
|
||||
|
||||
class Type = CS::Type;
|
||||
|
||||
class Expr = CS::ControlFlow::Nodes::ExprNode;
|
||||
|
||||
Reference in New Issue
Block a user