d794eb3330
Since 'DartType's overload equality with a structural comparison, we cannot store metadata for them in a 'Map', as is done for 'TreeNode's. Since there is no use-case yet for storing metadata on types, we remove this ability and the restrict the metadata test. Bug: Change-Id: I825f55a5fd48da2c615b3154f909dd666baf5a33 Reviewed-on: https://dart-review.googlesource.com/14640 Commit-Queue: Samir Jindel <sjindel@google.com> Reviewed-by: Kevin Millikin <kmillikin@google.com>