Chromium Code Reviews| Index: pkg/front_end/testcases/rasta/class_hierarchy.dart |
| diff --git a/pkg/front_end/testcases/rasta/class_hierarchy.dart b/pkg/front_end/testcases/rasta/class_hierarchy.dart |
| index 81a22f0220a547b1d43f712bb8704d0a13d84660..8d181ce1855ae58ed0199841798bc826fca211c3 100644 |
| --- a/pkg/front_end/testcases/rasta/class_hierarchy.dart |
| +++ b/pkg/front_end/testcases/rasta/class_hierarchy.dart |
| @@ -3,7 +3,9 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| class A extends Missing {} |
| + |
| class B implements Missing {} |
| + |
| class C = Object with Missing; |
| class D { |