mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Work around compiler bug.
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