78c55022b1
When ExperimentalFlag.constantUpdate2018 is turned on the static const fields of _LocalMethodMirror are not yet set when VerifyMethodKindShifts is invoked, ensure these fields are initialized before verifying the values against the C++ values. Fixes https://github.com/dart-lang/sdk/issues/36484 Change-Id: Ia144ee88c0a946e2d8824a6ee0d32bf96b2c163f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98962 Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Siva Annamalai <asiva@google.com>