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

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

Issue 3009633002: Add tests for list and async marker (Closed)
Patch Set: Created 3 years, 4 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/builder_kernel.dart
diff --git a/pkg/compiler/lib/src/inferrer/builder_kernel.dart b/pkg/compiler/lib/src/inferrer/builder_kernel.dart
index 5250e4b57d3027bfb9fc637a237b641038a3baac..a539d42ad9a8f5eff3edc84b8e39636e6d4a7d77 100644
--- a/pkg/compiler/lib/src/inferrer/builder_kernel.dart
+++ b/pkg/compiler/lib/src/inferrer/builder_kernel.dart
@@ -182,8 +182,6 @@ class KernelTypeGraphBuilder extends ir.Visitor<TypeInformation> {
: types.simplifyPhi(null, null, elementType);
TypeInformation containerType =
listLiteral.isConst ? types.constListType : types.growableListType;
- // TODO(efortuna): Change signature of allocateList and the rest of
- // type_system to deal with Kernel elements.
return types.allocateList(
containerType, listLiteral, analyzedMember, elementType, length);
});
« no previous file with comments | « pkg/compiler/lib/src/inferrer/ast_inferrer_engine.dart ('k') | pkg/compiler/lib/src/inferrer/closure_tracer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698