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

Unified Diff: pkg/analyzer/lib/src/plugin/command_line_plugin.dart

Issue 1181723002: Type fix. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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/analyzer/lib/src/plugin/command_line_plugin.dart
diff --git a/pkg/analyzer/lib/src/plugin/command_line_plugin.dart b/pkg/analyzer/lib/src/plugin/command_line_plugin.dart
index 493bced0b91abd47e9736bf9c7223dd7412ae571..ffd43be46e6a3a6e6e1e96b1d07d00bc8daf2467 100644
--- a/pkg/analyzer/lib/src/plugin/command_line_plugin.dart
+++ b/pkg/analyzer/lib/src/plugin/command_line_plugin.dart
@@ -56,7 +56,7 @@ class CommandLinePlugin implements Plugin {
* Return a list containing all of the result processors that were
* contributed.
*/
- List<ArgParserContributor> get resultProcessors =>
+ List<ArgResultsProcessor> get resultProcessors =>
resultProcessorExtensionPoint.extensions;
@override
« 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