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

Unified Diff: test/data/file_with_warning.dart

Issue 1382023002: Support for --fatal-hints. (Closed) Base URL: https://github.com/dart-lang/analyzer_cli.git@master
Patch Set: Created 5 years, 3 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 | « test/data/file_with_hint.dart ('k') | test/driver_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/file_with_warning.dart
diff --git a/test/data/file_with_warning.dart b/test/data/file_with_warning.dart
new file mode 100644
index 0000000000000000000000000000000000000000..6f21a742335ac2e1720ea5101dee658921fd2f49
--- /dev/null
+++ b/test/data/file_with_warning.dart
@@ -0,0 +1,3 @@
+main() {
+ undefined();
+}
« no previous file with comments | « test/data/file_with_hint.dart ('k') | test/driver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698