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

Unified Diff: pkg/kernel/testcases/interpreter/object_initializers_test.dart.expect

Issue 2985883002: Add support for field initialization in objects (Closed)
Patch Set: Fix too long line Created 3 years, 5 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
« no previous file with comments | « pkg/kernel/testcases/interpreter/object_initializers_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/testcases/interpreter/object_initializers_test.dart.expect
diff --git a/pkg/kernel/testcases/interpreter/object_initializers_test.dart.expect b/pkg/kernel/testcases/interpreter/object_initializers_test.dart.expect
deleted file mode 100644
index 5cb60449e2011a8bc6e6bce3806464b634f82969..0000000000000000000000000000000000000000
--- a/pkg/kernel/testcases/interpreter/object_initializers_test.dart.expect
+++ /dev/null
@@ -1,20 +0,0 @@
-print(String: foo1)
-print(String: foo2)
-static-invocation-fieldInitializer
-print(String: foo1: 0)
-return
-static-invocation-fieldInitializer
-print(String: foo2: 0)
-return
-static-invocation-fieldInitializer
-print(String: foo1: 1)
-return
-static-invocation-fieldInitializer
-print(String: foo2: 1)
-return
-static-invocation-fieldInitializer
-print(String: foo3: 1)
-return
-print(String: foo1: 0)
-print(String: foo2: 0)
-print(String: foo2: 0)
« no previous file with comments | « pkg/kernel/testcases/interpreter/object_initializers_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698