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

Side by Side Diff: test/codegen/expect/domtest.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 domtest.dart 1 // Messages from compiling domtest.dart
2 warning: [MissingTypeError] type analysis didn't compute the type of: querySelec tor SimpleIdentifier (test/codegen/domtest.dart, line 11, col 24)
3 warning: [MissingTypeError] type analysis didn't compute the type of: createElem ent SimpleIdentifier (test/codegen/domtest.dart, line 14, col 25)
4 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/domtest.dart, line 15, col 5)
5 info: [DynamicInvoke] document.querySelector('body') requires dynamic invoke (te st/codegen/domtest.dart, line 11, col 15)
6 info: [DynamicInvoke] document.createElement('div') requires dynamic invoke (tes t/codegen/domtest.dart, line 14, col 16)
7 info: [DynamicInvoke] print(nodes[i] == old) requires dynamic invoke (test/codeg en/domtest.dart, line 15, col 5)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698