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

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

Issue 2990943002: Add support for super initialziers in constructor initializer list (Closed)
Patch Set: Add comment for index starting at 0 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_super_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_super_test.dart.expect
diff --git a/pkg/kernel/testcases/interpreter/object_super_test.dart.expect b/pkg/kernel/testcases/interpreter/object_super_test.dart.expect
index 71dfd5d4fd2aa91be3b90d1a54411939330e8561..b986176d0c2cdc1f1c605177312dee2027b8326f 100644
--- a/pkg/kernel/testcases/interpreter/object_super_test.dart.expect
+++ b/pkg/kernel/testcases/interpreter/object_super_test.dart.expect
@@ -1,7 +1,9 @@
+print(String: Create A instance)
static-invocation-fieldInitializer
print(String: A.foo: 0)
return
print(String: A.foo: 0)
+print(String: Create B instance)
static-invocation-fieldInitializer
print(String: B.bar: 0)
return
@@ -10,8 +12,3 @@ print(String: A.foo: 1)
return
print(String: A.foo: 1)
print(String: B.bar: 0)
-static-invocation-fieldInitializer
-print(String: A.foo: 0)
-return
-print(String: A.foo: 0)
-print(Null: null)
« no previous file with comments | « pkg/kernel/testcases/interpreter/object_super_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698