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

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

Issue 2986973002: Add support for initializers in constructor invocation (Closed)
Patch Set: Apply review comments Created 3 years, 4 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_field_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_field_initializers_test.dart.expect
diff --git a/pkg/kernel/testcases/interpreter/object_field_initializers_test.dart.expect b/pkg/kernel/testcases/interpreter/object_field_initializers_test.dart.expect
index 63574e62ecda12c2bdc7cbba5f012b1ec0a61415..bc564938ce7b92f8f5ad39b82414c8ad5f289a44 100644
--- a/pkg/kernel/testcases/interpreter/object_field_initializers_test.dart.expect
+++ b/pkg/kernel/testcases/interpreter/object_field_initializers_test.dart.expect
@@ -1,9 +1,11 @@
+print(String: Create instance of A)
print(String: foo1)
print(Null: null)
print(String: foo3)
print(String: bar1)
print(String: bar2)
print(String: foo3)
+print(String: Create instance of B)
static-invocation-fieldInitializer
print(String: bar1: 1)
return
@@ -26,3 +28,23 @@ print(String: bar1: 1)
print(String: bar2: 2)
print(String: foo3: 4)
print(String: bar4: 6)
+print(String: Create instance of C)
+static-invocation-fieldInitializer
+print(String: bar1: 1)
+return
+static-invocation-fieldInitializer
+print(String: bar2: 2)
+return
+static-invocation-fieldInitializer
+print(String: foo1: 1)
+return
+static-invocation-fieldInitializer
+print(String: foo3: 2)
+return
+static-invocation-fieldInitializer
+print(String: foo3: 3)
+return
+print(String: bar1: 1)
+print(String: bar2: 2)
+print(String: foo3: 3)
+
« no previous file with comments | « pkg/kernel/testcases/interpreter/object_field_initializers_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698