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

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

Issue 1031283002: BuildLibraryConstructorsTask to build all constructors of all library classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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
« no previous file with comments | « pkg/analyzer/lib/src/task/dart.dart ('k') | pkg/analyzer/test/src/task/dart_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/task/dart.dart
diff --git a/pkg/analyzer/lib/task/dart.dart b/pkg/analyzer/lib/task/dart.dart
index 122a0d296df7834b31ded89a14efa3e9f22b2766..2918d20e5eda586def91889c36e2ac135e61a594 100644
--- a/pkg/analyzer/lib/task/dart.dart
+++ b/pkg/analyzer/lib/task/dart.dart
@@ -132,5 +132,5 @@ final ResultDescriptor<Token> TOKEN_STREAM =
*
* The result is only available for targets representing a Dart library.
*/
-final ResultDescriptor<List<Source>> UNITS =
- new ResultDescriptor<List<Source>>('UNITS', Source.EMPTY_ARRAY);
+final ListResultDescriptor<Source> UNITS =
+ new ListResultDescriptor<Source>('UNITS', Source.EMPTY_ARRAY);
« no previous file with comments | « pkg/analyzer/lib/src/task/dart.dart ('k') | pkg/analyzer/test/src/task/dart_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698