We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830bf57 commit 950a10bCopy full SHA for 950a10b
1 file changed
powershell/ql/lib/semmle/code/powershell/controlflow/internal/ControlFlowGraphImpl.qll
@@ -727,7 +727,7 @@ module Trees {
727
}
728
729
730
- class CmdExprTree extends StandardPreOrderTree instanceof CmdExpr {
+ class CmdExprTree extends StandardPostOrderTree instanceof CmdExpr {
731
override AstNode getChildNode(int i) { i = 0 and result = super.getExpr() }
732
733
0 commit comments