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

Unified Diff: pkg/compiler/lib/src/resolution/type_resolver.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/resolution/type_resolver.dart
diff --git a/pkg/compiler/lib/src/resolution/type_resolver.dart b/pkg/compiler/lib/src/resolution/type_resolver.dart
index 9cae7a8da80dd468e66c46cc16eaf8ed081c1994..0c9ae4261dc8b6746f79dff1e56bea3cf3207927 100644
--- a/pkg/compiler/lib/src/resolution/type_resolver.dart
+++ b/pkg/compiler/lib/src/resolution/type_resolver.dart
@@ -422,7 +422,7 @@ class TypeResolver {
}
}
- types.checkTypeVariableBounds(type, checkTypeVariableBound);
+ types.genericCheckTypeVariableBounds(type, checkTypeVariableBound);
}
/**

Powered by Google App Engine
This is Rietveld 408576698