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 |