We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ad9d6 commit 07947e6Copy full SHA for 07947e6
ruby/ql/lib/codeql/ruby/ast/internal/AST.qll
@@ -728,10 +728,11 @@ class TExpr =
728
729
class TSplatExpr = TSplatExprReal or TSplatExprSynth;
730
731
+class TElse = TElseReal or TElseSynth;
732
+
733
class TStmtSequence =
- TBeginBlock or TEndBlock or TThen or TElseReal or TElseSynth or TDo or TEnsure or
- TStringInterpolationComponent or TBlock or TBodyStmt or TParenthesizedExpr or
734
- TStmtSequenceSynth;
+ TBeginBlock or TEndBlock or TThen or TElse or TDo or TEnsure or TStringInterpolationComponent or
735
+ TBlock or TBodyStmt or TParenthesizedExpr or TStmtSequenceSynth;
736
737
class TBodyStmt = TBeginExpr or TModuleBase or TMethod or TLambda or TDoBlock or TSingletonMethod;
738
0 commit comments