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