| Index: sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart (revision 29069)
|
| +++ sdk/lib/_internal/compiler/implementation/inferrer/type_graph_inferrer.dart (working copy)
|
| @@ -484,7 +484,7 @@
|
|
|
| if (_VERBOSE) {
|
| types.allocatedContainers.values.forEach((ContainerTypeInformation info) {
|
| - print('${info.type} ${info.type.forwardTo}'
|
| + print('${info.type} '
|
| 'for ${info.originalContainerType.allocationNode} '
|
| 'at ${info.originalContainerType.allocationElement}');
|
| });
|
|
|