Skip to content

Commit 07947e6

Browse files
committed
Address comments
1 parent 78ad9d6 commit 07947e6

File tree

1 file changed

+4
-3
lines changed
  • ruby/ql/lib/codeql/ruby/ast/internal

1 file changed

+4
-3
lines changed

ruby/ql/lib/codeql/ruby/ast/internal/AST.qll

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -728,10 +728,11 @@ class TExpr =
728728

729729
class TSplatExpr = TSplatExprReal or TSplatExprSynth;
730730

731+
class TElse = TElseReal or TElseSynth;
732+
731733
class TStmtSequence =
732-
TBeginBlock or TEndBlock or TThen or TElseReal or TElseSynth or TDo or TEnsure or
733-
TStringInterpolationComponent or TBlock or TBodyStmt or TParenthesizedExpr or
734-
TStmtSequenceSynth;
734+
TBeginBlock or TEndBlock or TThen or TElse or TDo or TEnsure or TStringInterpolationComponent or
735+
TBlock or TBodyStmt or TParenthesizedExpr or TStmtSequenceSynth;
735736

736737
class TBodyStmt = TBeginExpr or TModuleBase or TMethod or TLambda or TDoBlock or TSingletonMethod;
737738

0 commit comments

Comments
 (0)