| Index: pkg/front_end/test/fasta/rasta/issue_000052.dart.outline.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/issue_000052.dart.outline.expect b/pkg/front_end/test/fasta/rasta/issue_000052.dart.outline.expect
|
| index d3f72c26b924946a5cd91fe475896b4add903776..6a28c0dd5404a9ac6633a2c09b263973b2b2bf1d 100644
|
| --- a/pkg/front_end/test/fasta/rasta/issue_000052.dart.outline.expect
|
| +++ b/pkg/front_end/test/fasta/rasta/issue_000052.dart.outline.expect
|
| @@ -1,10 +1,5 @@
|
| library;
|
| import self as self;
|
| -import "dart:core" as core;
|
|
|
| -static method main() → dynamic {
|
| - function f() → dynamic {
|
| - core::print("hello");
|
| - }
|
| - f.call();
|
| -}
|
| +static method main() → dynamic
|
| + ;
|
|
|