bd94ab5068
This CL adds a test that bootstraps from a dill with a deferred library in it. Before this CL it crashed, see bug #32245. This CL "double fixes" the problem: a) When lazy loading a dill file the _currentLibrary variable wasn't set properly. This has been fixed. b) When bootstrapping from a dill file, (almost) everything in the dill will be included in the output so lazy loading it doesn't make sense. Bug: 32245. Change-Id: I94980608e19633fd31b522651a4a05b9cf7beabd Reviewed-on: https://dart-review.googlesource.com/42600 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Kevin Millikin <kmillikin@google.com>