| Index: pkg/compiler/lib/src/inferrer/list_tracer.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/list_tracer.dart b/pkg/compiler/lib/src/inferrer/list_tracer.dart
|
| index 575a8c91ac5b1868ae0b69beb920551832ba293d..96fc9d6b30b65fcf41fe29d1f8ef7c83056e6144 100644
|
| --- a/pkg/compiler/lib/src/inferrer/list_tracer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/list_tracer.dart
|
| @@ -130,7 +130,7 @@ Set<String> doNotChangeLengthSelectorsSet = new Set<String>.from(const <String>[
|
| 'checkGrowable',
|
| ]);
|
|
|
| -class ListTracerVisitor extends TracerVisitor<ListTypeInformation> {
|
| +class ListTracerVisitor extends TracerVisitor {
|
| // The [Set] of found assignments to the list.
|
| Set<TypeInformation> assignments = new Setlet<TypeInformation>();
|
| bool callsGrowableMethod = false;
|
|
|