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

Unified Diff: pkg/analyzer_cli/test/data/flutter_analysis_options/somepkgs/meta/lib/meta.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
« no previous file with comments | « pkg/analyzer_cli/test/data/flutter_analysis_options/somepkgs/flutter/lib/material.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/data/flutter_analysis_options/somepkgs/meta/lib/meta.dart
diff --git a/pkg/analyzer_cli/test/data/flutter_analysis_options/somepkgs/meta/lib/meta.dart b/pkg/analyzer_cli/test/data/flutter_analysis_options/somepkgs/meta/lib/meta.dart
new file mode 100644
index 0000000000000000000000000000000000000000..c3d614901a66a73acfe0006031264fc79e877e48
--- /dev/null
+++ b/pkg/analyzer_cli/test/data/flutter_analysis_options/somepkgs/meta/lib/meta.dart
@@ -0,0 +1,9 @@
+library meta;
+
+const Required required = const Required();
+
+class Required {
+ final String reason;
+
+ const Required([this.reason]);
+}
« no previous file with comments | « pkg/analyzer_cli/test/data/flutter_analysis_options/somepkgs/flutter/lib/material.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698