| Index: sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart (revision 30937)
|
| +++ sdk/lib/_internal/compiler/implementation/inferrer/type_graph_nodes.dart (working copy)
|
| @@ -837,6 +837,13 @@
|
| */
|
| bool checksGrowable = true;
|
|
|
| + // The set of [TypeInformation] where the traced container could
|
| + // flow in.
|
| + final Setlet<TypeInformation> flowsInto = new Setlet<TypeInformation>();
|
| +
|
| + bool bailedOut = true;
|
| + bool analyzed = false;
|
| +
|
| ContainerTypeInformation(this.originalContainerType,
|
| this.elementType,
|
| this.originalLength) {
|
|
|