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

Unified Diff: test/data/file_with_hint.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_error.dart ('k') | test/data/file_with_warning.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/file_with_hint.dart
diff --git a/test/data/file_with_hint.dart b/test/data/file_with_hint.dart
new file mode 100644
index 0000000000000000000000000000000000000000..7c46754b7119f8c9f3219e813c4db8cacc741819
--- /dev/null
+++ b/test/data/file_with_hint.dart
@@ -0,0 +1,3 @@
+main() {
+ int unused;
+}
« no previous file with comments | « test/data/file_with_error.dart ('k') | test/data/file_with_warning.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698