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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: test/codegen/expect/map_keys.txt
diff --git a/test/codegen/expect/map_keys.txt b/test/codegen/expect/map_keys.txt
index abd9267cf50d620c57a626d462db4e82df798cf0..586a1c1f06a2ce87e5f8bd0aaffbfa1810c3d379 100644
--- a/test/codegen/expect/map_keys.txt
+++ b/test/codegen/expect/map_keys.txt
@@ -1 +1,13 @@
// Messages from compiling map_keys.dart
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/map_keys.dart, line 4, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/map_keys.dart, line 6, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/map_keys.dart, line 8, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: nextInt SimpleIdentifier (test/codegen/map_keys.dart, line 8, col 35)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/map_keys.dart, line 11, col 3)
+warning: [MissingTypeError] type analysis didn't compute the type of: print SimpleIdentifier (test/codegen/map_keys.dart, line 13, col 3)
+info: [DynamicInvoke] print({'1' : 2, '3' : 4, '5' : 6}) requires dynamic invoke (test/codegen/map_keys.dart, line 4, col 3)
+info: [DynamicInvoke] print({1 : 2, 3 : 4, 5 : 6}) requires dynamic invoke (test/codegen/map_keys.dart, line 6, col 3)
+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)
+info: [DynamicInvoke] new Random().nextInt(2) requires dynamic invoke (test/codegen/map_keys.dart, line 8, col 22)
+info: [DynamicInvoke] print({'1' : 2, x : 4, '5' : 6}) requires dynamic invoke (test/codegen/map_keys.dart, line 11, col 3)
+info: [DynamicInvoke] print({'1' : 2, null : 4, '5' : 6}) requires dynamic invoke (test/codegen/map_keys.dart, line 13, col 3)

Powered by Google App Engine
This is Rietveld 408576698