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

Unified Diff: pkg/analyzer_cli/test/data/errors_reported_once/foo_part.dart

Issue 2704103002: Some improvements to the command-line analyzer's output. (Closed)
Patch Set: review comments 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/errors_reported_once/foo_part.dart
diff --git a/pkg/analyzer_cli/test/data/errors_reported_once/foo_part.dart b/pkg/analyzer_cli/test/data/errors_reported_once/foo_part.dart
new file mode 100644
index 0000000000000000000000000000000000000000..5f152a98643e19641204bdd8a138b46a5ca222e7
--- /dev/null
+++ b/pkg/analyzer_cli/test/data/errors_reported_once/foo_part.dart
@@ -0,0 +1,5 @@
+part of foo;
+
+foo_part() {
+ print('foo from part');
+}

Powered by Google App Engine
This is Rietveld 408576698