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

Unified Diff: pkg/analyzer_cli/test/data/flutter_analysis_options/lib/main.dart

Issue 2710313002: rework analyzer_cli to use ContextBuilder getAnalysisOptions (Closed)
Patch Set: remove commented code Created 3 years, 10 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_cli/test/data/flutter_analysis_options/lib/main.dart
diff --git a/pkg/analyzer_cli/test/data/flutter_analysis_options/lib/main.dart b/pkg/analyzer_cli/test/data/flutter_analysis_options/lib/main.dart
new file mode 100644
index 0000000000000000000000000000000000000000..81fafda6b1b7117c83eb6e27da7ca965af329aa0
--- /dev/null
+++ b/pkg/analyzer_cli/test/data/flutter_analysis_options/lib/main.dart
@@ -0,0 +1,7 @@
+import 'package:flutter/material.dart';
+
+void main() {
+ new FloatingActionButton(
+ //child: new Icon(Icons.add), <<<<<<<< missing required param
+ );
+}
« no previous file with comments | « pkg/analyzer_cli/test/analysis_options_test.dart ('k') | pkg/analyzer_cli/test/data/flutter_analysis_options/packagelist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698