Skip to content

Commit 67631e2

Browse files
committed
PS: Update AST hierachy after #100.
1 parent be8a763 commit 67631e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

powershell/ql/lib/semmle/code/powershell/AssignmentStatement.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import powershell
22

3-
class AssignStmt extends @assignment_statement, Stmt {
3+
class AssignStmt extends @assignment_statement, PipelineBase {
44
override SourceLocation getLocation() { assignment_statement_location(this, result) }
55

66
int getKind() { assignment_statement(this, result, _, _) }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import powershell
22

3-
class CmdBase extends @command_base, Stmt { }
3+
class CmdBase extends @command_base, Chainable { }

0 commit comments

Comments
 (0)