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

Unified Diff: pkg/analyzer/lib/src/task/dart.dart

Issue 2762863002: Issue 28580. Relax instantiate to bounds. (Closed)
Patch Set: Created 3 years, 9 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/analyzer/lib/src/task/dart.dart
diff --git a/pkg/analyzer/lib/src/task/dart.dart b/pkg/analyzer/lib/src/task/dart.dart
index 4635f5542c68f754d0f2618d065837092fcae6f0..3bece0f933149d0b9e6427805dad7c011a1474e4 100644
--- a/pkg/analyzer/lib/src/task/dart.dart
+++ b/pkg/analyzer/lib/src/task/dart.dart
@@ -5683,7 +5683,7 @@ class ResolveTopLevelUnitTypeBoundsTask extends SourceBasedAnalysisTask {
//
RecordingErrorListener errorListener = new RecordingErrorListener();
new TypeParameterBoundsResolver(
- typeProvider, library, unitElement.source, errorListener)
+ context.typeSystem, library, unitElement.source, errorListener)
.resolveTypeBounds(unit);
//
// Record outputs.

Powered by Google App Engine
This is Rietveld 408576698