Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: pkg/compiler/lib/src/inferrer/list_tracer.dart

Issue 2616103002: Flatten inferrer implementation (Closed)
Patch Set: Cleanup imports/prefixes Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698