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

Unified Diff: pkg/compiler/lib/src/kernel/element_map_impl.dart

Issue 2918913003: Handle list and map literals (Closed)
Patch Set: Rebased Created 3 years, 7 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/kernel/element_map_impl.dart
diff --git a/pkg/compiler/lib/src/kernel/element_map_impl.dart b/pkg/compiler/lib/src/kernel/element_map_impl.dart
index 3eae1c184e12c3a9943b03560b3eaa99c4378ae1..fae555952cad562b3080cf214067924df59cf3c5 100644
--- a/pkg/compiler/lib/src/kernel/element_map_impl.dart
+++ b/pkg/compiler/lib/src/kernel/element_map_impl.dart
@@ -549,7 +549,7 @@ class KernelToElementMapImpl extends KernelToElementMapMixin {
return env.orderedTypeSet.maxDepth;
}
- InterfaceType _substByContext(InterfaceType type, InterfaceType context) {
+ DartType _substByContext(DartType type, InterfaceType context) {
return type.subst(
context.typeArguments, _getThisType(context.element).typeArguments);
}

Powered by Google App Engine
This is Rietveld 408576698