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 |
index 71dfd5d4fd2aa91be3b90d1a54411939330e8561..b986176d0c2cdc1f1c605177312dee2027b8326f 100644 |
--- a/pkg/kernel/testcases/interpreter/object_super_test.dart.expect |
+++ b/pkg/kernel/testcases/interpreter/object_super_test.dart.expect |
@@ -1,7 +1,9 @@ |
+print(String: Create A instance) |
static-invocation-fieldInitializer |
print(String: A.foo: 0) |
return |
print(String: A.foo: 0) |
+print(String: Create B instance) |
static-invocation-fieldInitializer |
print(String: B.bar: 0) |
return |
@@ -10,8 +12,3 @@ 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) |