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

Unified Diff: pkg/front_end/lib/src/fasta/type_inference/type_constraint_gatherer.dart

Issue 2886783003: Add a comment to refer to bug #29629. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/type_inference/type_constraint_gatherer.dart
diff --git a/pkg/front_end/lib/src/fasta/type_inference/type_constraint_gatherer.dart b/pkg/front_end/lib/src/fasta/type_inference/type_constraint_gatherer.dart
index 96fcea43a65c6834635f85b45b3783485d88c269..fbc3a0789b2f05e50f5aacf5861505c66fb1f175 100644
--- a/pkg/front_end/lib/src/fasta/type_inference/type_constraint_gatherer.dart
+++ b/pkg/front_end/lib/src/fasta/type_inference/type_constraint_gatherer.dart
@@ -328,7 +328,7 @@ class TypeConstraintGatherer {
// TODO(paulberry): in imitation of analyzer, we're checking the bounds as
// we build up the substitutions. But I don't think that's correct--I think
// we should build up both substitutions completely before checking any
- // bounds.
+ // bounds. See dartbug.com/29629.
for (int i = 0; i < count; i++) {
TypeParameter pFresh = new TypeParameter(params2[i].name);
DartType variableFresh = new TypeParameterType(pFresh);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698