Member predicate VariableAccess::isExplicitWrite
Holds if this access is a write access belonging to the explicit
assignment assignment. For example, in
a, b = foo
both a and b are write accesses belonging to the same assignment.
predicate isExplicitWrite(AstNode assignment)