| Index: dart/sdk/lib/_internal/compiler/implementation/inferrer/map_tracer.dart
|
| ===================================================================
|
| --- dart/sdk/lib/_internal/compiler/implementation/inferrer/map_tracer.dart (revision 37347)
|
| +++ dart/sdk/lib/_internal/compiler/implementation/inferrer/map_tracer.dart (working copy)
|
| @@ -79,6 +79,7 @@
|
| // the map.
|
| TypeInformation map = info.arguments.positional[0];
|
| if (map is MapTypeInformation) {
|
| + inferrer.analyzeMapAndEnqueue(map);
|
| mapAssignments.add(map);
|
| } else {
|
| // If we could select a component from a [TypeInformation],
|
|
|