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

Unified Diff: pkg/analyzer_cli/test/data/errors_reported_once/bar.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/bar.dart
diff --git a/pkg/analyzer_cli/test/data/errors_reported_once/bar.dart b/pkg/analyzer_cli/test/data/errors_reported_once/bar.dart
new file mode 100644
index 0000000000000000000000000000000000000000..e110e8b0ca559a44e20747036ce50986d3cd9b11
--- /dev/null
+++ b/pkg/analyzer_cli/test/data/errors_reported_once/bar.dart
@@ -0,0 +1,5 @@
+import 'dart:async'; // this is unused
+
+void bar() {
+ print('bar');
+}

Powered by Google App Engine
This is Rietveld 408576698