Skip to content

Commit 3c38133

Browse files
committed
PS: Drive-by fix.
1 parent fb74de4 commit 3c38133

File tree

1 file changed

+1
-1
lines changed
  • powershell/ql/lib/semmle/code/powershell/dataflow/internal

1 file changed

+1
-1
lines changed

powershell/ql/lib/semmle/code/powershell/dataflow/internal/SsaImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ import Cached
340340
* Only intended for internal use.
341341
*/
342342
class DefinitionExt extends Impl::DefinitionExt {
343-
VarReadAccessCfgNode getARead() { result = getARead(this) }
343+
AstCfgNode getARead() { result = getARead(this) }
344344

345345
override string toString() { result = this.(Ssa::Definition).toString() }
346346

0 commit comments

Comments
 (0)