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

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

Issue 2880343002: Add support for execution of constructor body (Closed)
Patch Set: Refactor 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/constructor_test.dart.expect
diff --git a/pkg/kernel/testcases/interpreter/constructor_test.dart.expect b/pkg/kernel/testcases/interpreter/constructor_test.dart.expect
new file mode 100644
index 0000000000000000000000000000000000000000..2d1ed18807f7c4675cdf7bb1537bc91026aca427
--- /dev/null
+++ b/pkg/kernel/testcases/interpreter/constructor_test.dart.expect
@@ -0,0 +1,31 @@
+static-invocation-fieldInitializer
+print(String: A.foo: 0)
+return
+static-invocation-fieldInitializer
+print(String: A.foo: 1)
+return
+static-invocation-fieldInitializer
+print(String: A.foo: 2)
+return
+print(String: A.foo: 2)
+print(String: ******************)
+static-invocation-fieldInitializer
+print(String: B.bar: 0)
+return
+static-invocation-fieldInitializer
+print(String: B.bar: 1)
+return
+static-invocation-fieldInitializer
+print(String: A.foo: 0)
+return
+static-invocation-fieldInitializer
+print(String: A.foo: 1)
+return
+static-invocation-fieldInitializer
+print(String: A.foo: 2)
+return
+static-invocation-fieldInitializer
+print(String: B.bar: 2)
+return
+print(String: A.foo: 2)
+print(String: B.bar: 2)

Powered by Google App Engine
This is Rietveld 408576698