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

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

Issue 1131983002: Clean-up result descriptors (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | « pkg/analyzer/lib/src/task/dart.dart ('k') | no next file » | 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 214d2af054cbd1e034f8fdf99d223aa48436d8c7..7356c97f9dc60f1756105d1bc4432186f69ccc88 100644
--- a/pkg/analyzer/lib/task/dart.dart
+++ b/pkg/analyzer/lib/task/dart.dart
@@ -18,8 +18,8 @@ import 'package:analyzer/task/model.dart';
*
* The result is only available for targets representing a Dart compilation unit.
*/
-final ResultDescriptor<List<AnalysisError>> DART_ERRORS =
- new ResultDescriptor<List<AnalysisError>>(
+final ListResultDescriptor<AnalysisError> DART_ERRORS =
+ new ListResultDescriptor<AnalysisError>(
'DART_ERRORS', AnalysisError.NO_ERRORS);
/**
« no previous file with comments | « pkg/analyzer/lib/src/task/dart.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698