0ef929917a
In https://dart-review.googlesource.com/c/sdk/+/185828 @vegorov explains how using `const []` where there before was a non-const list can introduce polymorphism. This CL applies the same trick in kernel as suggested there, on the instances of `const []` recently introduced. Change-Id: I47033cd7487d56bfde1ed9088fef027466f26875 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/186580 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>