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

Side by Side Diff: pkg/analyzer_cli/test/data/package_prefix/main.dart

Issue 1806263004: add --x-package-warnings-prefix option to dartanalyzer (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: oops, check in all the test files Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « pkg/analyzer_cli/test/all.dart ('k') | pkg/analyzer_cli/test/data/package_prefix/packagelist » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Test data for package_prefix_test.dart
2 //
3 // To test manually:
4 //
5 // This should show a hint about an unused import in foo:
6 // dart ../../../bin/analyzer.dart --packages=packagelist \
7 // --x-package-warnings-prefix=f main.dart
8
9 import "package:foo/foo.dart";
10 import "package:bar/bar.dart";
11
12 main() {
13 print("$foo$bar");
14 }
OLDNEW
« no previous file with comments | « pkg/analyzer_cli/test/all.dart ('k') | pkg/analyzer_cli/test/data/package_prefix/packagelist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698