mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
autoformat
This commit is contained in:
@@ -1673,7 +1673,9 @@ class LocalVariableDeclExpr extends Expr, @localvariabledeclexpr {
|
||||
or
|
||||
exists(PatternCase pc | this.getParent() = pc | result.isNthChildOf(pc, -2))
|
||||
or
|
||||
exists(RecordPatternExpr rpe, int index | this.isNthChildOf(rpe, index) and result.isNthChildOf(rpe, -(index + 1)) )
|
||||
exists(RecordPatternExpr rpe, int index |
|
||||
this.isNthChildOf(rpe, index) and result.isNthChildOf(rpe, -(index + 1))
|
||||
)
|
||||
}
|
||||
|
||||
/** Gets the name of the variable declared by this local variable declaration expression. */
|
||||
|
||||
Reference in New Issue
Block a user