mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
a811db5bc6
The key can only be an Expression but was unneedingly wrapped in a ConstantPattern. Since the shared type analysis only handles map pattern keys as expressions, the expected properties of ConstantPattern were not set. Amongst these were the static type of the key expression, which is know passed directly to the handleMapPatternEntry method. Change-Id: I705fc655e440d534ccc442c9c1359c377955b3b1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/288282 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Chloe Stefantsova <cstefantsova@google.com> |
||
---|---|---|
.. | ||
src | ||
widget_cache.dart |