We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db46ca0 commit 626328cCopy full SHA for 626328c
2 files changed
powershell/ql/lib/semmle/code/powershell/Ast.qll
@@ -3,7 +3,7 @@ import powershell
3
class Ast extends @ast {
4
string toString() { none() }
5
6
- Ast getParent() { parent(result, this) }
+ Ast getParent() { parent(this, result) } // TODO: Flip parent and child in relation in the extractor
7
8
Location getLocation() { none() }
9
}
0 commit comments