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

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

Issue 1355893003: Rewire DDC to use the analyzer task model (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fix for identifiers 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 unified diff | Download patch
OLDNEW
1 // Messages from compiling html_input.html 1 // Messages from compiling html_input.html
2 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/dir/html_input_a.dart, line 9, col 3)
3 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/dir/html_input_a.dart, line 10, col 3)
4 warning: [MissingTypeError] type analysis didn't compute the type of: fib Simple Identifier (test/codegen/dir/html_input_a.dart, line 10, col 18)
5 warning: [MissingTypeError] type analysis didn't compute the type of: fib Simple Identifier (test/codegen/dir/html_input_d.dart, line 7, col 42)
6 warning: [MissingTypeError] type analysis didn't compute the type of: fib Simple Identifier (test/codegen/dir/html_input_d.dart, line 7, col 55)
7 info: [DynamicInvoke] print('fib(${x} + ${y}) = ') requires dynamic invoke (test /codegen/dir/html_input_a.dart, line 9, col 3)
8 info: [DynamicInvoke] print(' ... ${fib(x + y)}') requires dynamic invoke (test /codegen/dir/html_input_a.dart, line 10, col 3)
9 info: [DynamicInvoke] fib(x + y) requires dynamic invoke (test/codegen/dir/html_ input_a.dart, line 10, col 18)
10 info: [DynamicInvoke] fib(n - 1) requires dynamic invoke (test/codegen/dir/html_ input_d.dart, line 7, col 42)
11 info: [DynamicInvoke] fib(n - 2) requires dynamic invoke (test/codegen/dir/html_ input_d.dart, line 7, col 55)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698