Closed
Description
See the log here https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket.appspot.com/8865278440977658192/+/steps/test_engine/0/stdout, (here is the test itself).
These consts here appear to be missing from the dill file, or at least aren't visited by the visitor any longer (the ones numbers 7, 8, and 9). Note that these are const constructor invocations nested inside a non-const constructor invocation, so maybe the visitor doesn't properly crawl those in NNBD mode somehow?