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

Side by Side Diff: test/codegen/expect/cascade.txt

Issue 1059873002: Tweaks to warning level and reporting (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fix up tests Created 5 years, 8 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 | « test/codegen/expect/DeltaBlue.txt ('k') | test/codegen/expect/fieldtest.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Messages from compiling cascade.dart 1 // Messages from compiling cascade.dart
2 warning: line 16, column 5 of test/codegen/cascade.dart: [DynamicInvoke] ..x() r equires dynamic invoke 2 info: line 16, column 5 of test/codegen/cascade.dart: [DynamicInvoke] ..x() requ ires dynamic invoke
3 ..x() 3 ..x()
4 ^^^^^ 4 ^^^^^
5 warning: line 17, column 5 of test/codegen/cascade.dart: [DynamicInvoke] ..x() r equires dynamic invoke 5 info: line 17, column 5 of test/codegen/cascade.dart: [DynamicInvoke] ..x() requ ires dynamic invoke
6 ..x(); 6 ..x();
7 ^^^^^ 7 ^^^^^
8 warning: line 27, column 5 of test/codegen/cascade.dart: [DynamicInvoke] ..x() r equires dynamic invoke 8 info: line 27, column 5 of test/codegen/cascade.dart: [DynamicInvoke] ..x() requ ires dynamic invoke
9 ..x() 9 ..x()
10 ^^^^^ 10 ^^^^^
11 warning: line 28, column 5 of test/codegen/cascade.dart: [DynamicInvoke] ..x() r equires dynamic invoke 11 info: line 28, column 5 of test/codegen/cascade.dart: [DynamicInvoke] ..x() requ ires dynamic invoke
12 ..x(); 12 ..x();
13 ^^^^^ 13 ^^^^^
OLDNEW
« no previous file with comments | « test/codegen/expect/DeltaBlue.txt ('k') | test/codegen/expect/fieldtest.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698