Chromium Code Reviews| Index: pkg/front_end/test/fasta/rasta/issue_000035a.dart.dartk.expect |
| diff --git a/pkg/front_end/test/fasta/rasta/issue_000035a.dart.dartk.expect b/pkg/front_end/test/fasta/rasta/issue_000035a.dart.dartk.expect |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..94912df1d0017e9bd9a4b2ad21e58331c1286fd5 |
| --- /dev/null |
| +++ b/pkg/front_end/test/fasta/rasta/issue_000035a.dart.dartk.expect |
| @@ -0,0 +1,8 @@ |
| +library; |
| +import self as self; |
| +import "dart:core" as core; |
| + |
| +class C extends core::Object { |
| + constructor •() → void |
| + : super core::Object::•() {} |
| +} |