9d9ce8d69a
The addition of recently added [PartialInstantiationConstant] caused an issue during constant table writing, becaused we the table writing code wasn't updated. This change uses visitChildren to guard against such changes in the future. Closes https://github.com/dart-lang/sdk/issues/33095 Change-Id: I3c6b19e1383c6825f11120b2d6255b8b747d0063 Reviewed-on: https://dart-review.googlesource.com/55161 Commit-Queue: Martin Kustermann <kustermann@google.com> Reviewed-by: Jens Johansen <jensj@google.com>