ad118b1718
Certain nodes will delimit(..) an Expression to some Statements, which was resetting the temp nameIndex. This meant any sub-expressions that generated temps would not cause the outer expressions to see those already used temps. Bug: https://github.com/dart-lang/sdk/issues/40662 Change-Id: Ife07052ab756b9d05f34f69380614c7eb7309a4c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/136224 Commit-Queue: Clement Skau <cskau@google.com> Reviewed-by: Vyacheslav Egorov <vegorov@google.com>