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

Side by Side Diff: test/codegen/expect/functions.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 functions.dart 1 // Messages from compiling functions.dart
2 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/functions.dart, line 13, col 3)
3 warning: [MissingTypeError] type analysis didn't compute the type of: bootstrap SimpleIdentifier (test/codegen/functions.dart, line 13, col 9)
4 info: [DynamicInvoke] print(bootstrap()[0]) requires dynamic invoke (test/codege n/functions.dart, line 13, col 3)
5 info: [DynamicInvoke] bootstrap() requires dynamic invoke (test/codegen/function s.dart, line 13, col 9)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698