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

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

Issue 2881053002: Add support for super constructor invocation (Closed)
Patch Set: Created 3 years, 7 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: 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
new file mode 100644
index 0000000000000000000000000000000000000000..71dfd5d4fd2aa91be3b90d1a54411939330e8561
--- /dev/null
+++ b/pkg/kernel/testcases/interpreter/object_super_test.dart.expect
@@ -0,0 +1,17 @@
+static-invocation-fieldInitializer
+print(String: A.foo: 0)
+return
+print(String: A.foo: 0)
+static-invocation-fieldInitializer
+print(String: B.bar: 0)
+return
+static-invocation-fieldInitializer
+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)

Powered by Google App Engine
This is Rietveld 408576698