зеркало из https://github.com/github/codeql.git
Fix a stray use of getPattern
This commit is contained in:
Родитель
e59487a324
Коммит
00c7dd5f92
|
@ -1708,7 +1708,7 @@ class LocalVariableDeclExpr extends Expr, @localvariabledeclexpr {
|
|||
or
|
||||
pc = result.(SwitchExpr).getAPatternCase()
|
||||
|
|
||||
this = pc.getPattern().getAChildExpr*()
|
||||
this = pc.getAPattern().getAChildExpr*()
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче