Chromium Code Reviews| 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) |