43937aa9ca
If an expression compilation issues problems of any sort, they are saved in the target-libraries problemsAsJson field. That's not ideal, as it means that they can be re-issued later, as well as possibly being serialized into the dill file. This CL resets the problemsAsJson field of the real library, thus fixing the issue. Change-Id: I765c2cc50059c6bcda6a56bb749869dd4b181876 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/96800 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Aske Simon Christensen <askesc@google.com>