f35f9e8e24
We have two layers of laziness. Lazy loading functions (the old one) disables itself when loading a concatenated dill file. Lazy loading class content (the new one) forgot to do that while not being geared towards it either. This means that it - when loading lazily - can look into the wrong string table, the wrong link table etc. This CL brings the laziness for classes on par with the laziness for functions in that it is now disabled when loading a concatenated dill file. Change-Id: If3449d5aff34287221a14fb7e940779d93b1e7b3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/117145 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Jens Johansen <jensj@google.com>