| Index: pkg/kernel/testcases/interpreter/object_super_test.dart.expect
|
| diff --git a/pkg/kernel/testcases/interpreter/object_super_test.dart.expect b/pkg/kernel/testcases/interpreter/object_super_test.dart.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..71dfd5d4fd2aa91be3b90d1a54411939330e8561
|
| --- /dev/null
|
| +++ b/pkg/kernel/testcases/interpreter/object_super_test.dart.expect
|
| @@ -0,0 +1,17 @@
|
| +static-invocation-fieldInitializer
|
| +print(String: A.foo: 0)
|
| +return
|
| +print(String: A.foo: 0)
|
| +static-invocation-fieldInitializer
|
| +print(String: B.bar: 0)
|
| +return
|
| +static-invocation-fieldInitializer
|
| +print(String: A.foo: 1)
|
| +return
|
| +print(String: A.foo: 1)
|
| +print(String: B.bar: 0)
|
| +static-invocation-fieldInitializer
|
| +print(String: A.foo: 0)
|
| +return
|
| +print(String: A.foo: 0)
|
| +print(Null: null)
|
|
|