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

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

Issue 1847633002: Fix more strong mode errors in analyzer (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix copied comment Created 4 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
Index: pkg/analyzer/lib/src/task/yaml.dart
diff --git a/pkg/analyzer/lib/src/task/yaml.dart b/pkg/analyzer/lib/src/task/yaml.dart
index 1e1951c8019d1015b321b43fd531f84d7cd7486e..e83fa8c40a88c9089ce71c4c57ef09bc6a1d23d6 100644
--- a/pkg/analyzer/lib/src/task/yaml.dart
+++ b/pkg/analyzer/lib/src/task/yaml.dart
@@ -100,7 +100,7 @@ class ParseYamlTask extends SourceBasedAnalysisTask {
* input descriptors describing those inputs for a task with the given
* [source].
*/
- static Map<String, TaskInput> buildInputs(Source source) {
+ static Map<String, TaskInput> buildInputs(AnalysisTarget source) {
return <String, TaskInput>{CONTENT_INPUT_NAME: CONTENT.of(source)};
}

Powered by Google App Engine
This is Rietveld 408576698