Work around compiler bug.

This commit is contained in:
Anders Schack-Mulligen
2021-10-18 14:04:16 +02:00
parent caeeebf572
commit df9836cce0

View File

@@ -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())
}