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

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

Issue 3002013002: Fix initialization of instance fields. (Closed)
Patch Set: Add test with instance and static fields. 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/instance_and_static_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/instance_and_static_fields_test.dart.expect
diff --git a/pkg/kernel/testcases/interpreter/instance_and_static_fields_test.dart.expect b/pkg/kernel/testcases/interpreter/instance_and_static_fields_test.dart.expect
new file mode 100644
index 0000000000000000000000000000000000000000..37946b2708993b75fb20f314fd0fa3f641d8b8cd
--- /dev/null
+++ b/pkg/kernel/testcases/interpreter/instance_and_static_fields_test.dart.expect
@@ -0,0 +1,6 @@
+print(String: Create instance of A)
+print(String: foo1)
+print(String: foo2)
+print(String: foo3)
+print(String: Read staticFoo)
+print(String: staticFoo)
« no previous file with comments | « pkg/kernel/testcases/interpreter/instance_and_static_fields_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698