We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e83dee commit 5ec59c3Copy full SHA for 5ec59c3
powershell/ql/lib/semmle/code/powershell/ast/internal/Raw/Scope.qll
@@ -9,16 +9,6 @@ Scope scopeOf(Ast n) {
9
)
10
}
11
12
-module Parameter {
13
- abstract class Scope extends Ast {
14
- abstract string getLowerCaseName();
15
- }
16
-
17
- private class ParameterScope extends Scope instanceof Parameter {
18
- final override string getLowerCaseName() { result = Parameter.super.getLowerCaseName() }
19
20
-}
21
22
abstract private class ScopeImpl extends Ast {
23
abstract Scope getOuterScopeImpl();
24
0 commit comments