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

Side by Side Diff: test/codegen/expect/map_keys.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 map_keys.dart 1 // Messages from compiling map_keys.dart
2 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/map_keys.dart, line 4, col 3)
3 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/map_keys.dart, line 6, col 3)
4 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/map_keys.dart, line 8, col 3)
5 warning: [MissingTypeError] type analysis didn't compute the type of: nextInt Si mpleIdentifier (test/codegen/map_keys.dart, line 8, col 35)
6 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/map_keys.dart, line 11, col 3)
7 warning: [MissingTypeError] type analysis didn't compute the type of: print Simp leIdentifier (test/codegen/map_keys.dart, line 13, col 3)
8 info: [DynamicInvoke] print({'1' : 2, '3' : 4, '5' : 6}) requires dynamic invoke (test/codegen/map_keys.dart, line 4, col 3)
9 info: [DynamicInvoke] print({1 : 2, 3 : 4, 5 : 6}) requires dynamic invoke (test /codegen/map_keys.dart, line 6, col 3)
10 info: [DynamicInvoke] print({'1' : 2, '${new Random().nextInt(2) + 2}' : 4, '5' : 6}) requires dynamic invoke (test/codegen/map_keys.dart, line 8, col 3)
11 info: [DynamicInvoke] new Random().nextInt(2) requires dynamic invoke (test/code gen/map_keys.dart, line 8, col 22)
12 info: [DynamicInvoke] print({'1' : 2, x : 4, '5' : 6}) requires dynamic invoke ( test/codegen/map_keys.dart, line 11, col 3)
13 info: [DynamicInvoke] print({'1' : 2, null : 4, '5' : 6}) requires dynamic invok e (test/codegen/map_keys.dart, line 13, col 3)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698