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

Unified Diff: pkg/analyzer/lib/src/summary/link.dart

Issue 2351623005: We don't compute propagated types of non-local variables. (Closed)
Patch Set: Created 4 years, 3 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 | pkg/analyzer/test/src/summary/resynthesize_ast_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/summary/link.dart
diff --git a/pkg/analyzer/lib/src/summary/link.dart b/pkg/analyzer/lib/src/summary/link.dart
index 7b499395b5cbd6afcaf06ef84b5b2e56e0655807..f085b6146f38d4228523b95f606b80f07bafc6a2 100644
--- a/pkg/analyzer/lib/src/summary/link.dart
+++ b/pkg/analyzer/lib/src/summary/link.dart
@@ -3862,7 +3862,6 @@ class NonstaticMemberElementForLink extends Object
// TODO(paulberry): handle .call on function types and .toString or
// .hashCode on all types.
}
- // TODO(paulberry, scheglov): implement for propagated types
return DynamicTypeImpl.instance;
}
@@ -4959,7 +4958,6 @@ abstract class VariableElementForLink
@override
DartType get propagatedType {
- // TODO(paulberry): implement propagated types in the linker.
return DynamicTypeImpl.instance;
}
« no previous file with comments | « no previous file | pkg/analyzer/test/src/summary/resynthesize_ast_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698