We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb74de4 commit 3c38133Copy full SHA for 3c38133
powershell/ql/lib/semmle/code/powershell/dataflow/internal/SsaImpl.qll
@@ -340,7 +340,7 @@ import Cached
340
* Only intended for internal use.
341
*/
342
class DefinitionExt extends Impl::DefinitionExt {
343
- VarReadAccessCfgNode getARead() { result = getARead(this) }
+ AstCfgNode getARead() { result = getARead(this) }
344
345
override string toString() { result = this.(Ssa::Definition).toString() }
346
0 commit comments