| 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)
|
|
|