We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56977c7 commit 3ba3b11Copy full SHA for 3ba3b11
1 file changed
powershell/ql/lib/semmle/code/powershell/ast/internal/Ast.qll
@@ -3,6 +3,7 @@ private import AstImport
3
class Ast extends TAst {
4
string toString() { none() }
5
6
+ pragma[nomagic]
7
final Ast getParent() { result.getChild(_) = this }
8
9
Location getLocation() {
0 commit comments