mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
revert explicit-this that caused non-monotonic recursion
This commit is contained in:
@@ -155,7 +155,7 @@ private class CommandArgArrayImmutableFirst extends CommandArgumentArray {
|
||||
Expr getFirstElement() {
|
||||
result = this.getAWrite(0)
|
||||
or
|
||||
not exists(this.getAWrite(0)) and
|
||||
not exists(getAWrite(0)) and
|
||||
result = firstElementOf(this.getDefiningExpr())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user