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 ebc7327 commit cdd68b3Copy full SHA for cdd68b3
powershell/ql/lib/semmle/code/powershell/ast/internal/Variable.qll
@@ -38,7 +38,7 @@ module Private {
38
39
override string getNameImpl() { any(Synthesis s).variableSynthName(this, result) }
40
41
- override Location getLocationImpl() { result = scope.getLocation() }
+ override Location getLocationImpl() { result = any(Synthesis s).getLocation(this) }
42
43
override Scope::Range getDeclaringScopeImpl() { result = scope }
44
}
0 commit comments