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

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

Issue 2875023002: Add test for initialization of instance fields with initializer expressions (Closed)
Patch Set: Add test with field initializer and redirecting 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
« no previous file with comments | « pkg/kernel/testcases/interpreter/object_fields_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_fields_test.dart.expect
diff --git a/pkg/kernel/testcases/interpreter/object_fields_test.dart.expect b/pkg/kernel/testcases/interpreter/object_fields_test.dart.expect
new file mode 100644
index 0000000000000000000000000000000000000000..650f630de2be342e4eb54ddf3205ce03bf7f80df
--- /dev/null
+++ b/pkg/kernel/testcases/interpreter/object_fields_test.dart.expect
@@ -0,0 +1,22 @@
+print(int: 37)
+print(String: hello world)
+static-invocation-redirecting
+print(String: B.redirecting1: 0)
+return
+static-invocation-redirecting
+print(String: B.redirecting2: 0)
+return
+static-invocation-redirecting
+print(String: B.redirecting1: 1)
+return
+static-invocation-redirecting
+print(String: C.redirecting1: 0)
+return
+static-invocation-fieldInitializer
+print(String: C.f1: 0)
+return
+static-invocation-fieldInitializer
+print(String: C.f2: 1)
+return
+print(int: 0)
+print(int: 1)
« no previous file with comments | « pkg/kernel/testcases/interpreter/object_fields_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698