OLD | NEW |
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) |
OLD | NEW |