| Index: pkg/front_end/test/fasta/rasta/native_is_illegal.dart.outline.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/native_is_illegal.dart.outline.expect b/pkg/front_end/test/fasta/rasta/native_is_illegal.dart.outline.expect
|
| index 36cec9b05d3bf5f9ce7639dff4ff1f2ea29ed433..a7ea25ba312929c5f9b6f0160e967b58d084a43a 100644
|
| --- a/pkg/front_end/test/fasta/rasta/native_is_illegal.dart.outline.expect
|
| +++ b/pkg/front_end/test/fasta/rasta/native_is_illegal.dart.outline.expect
|
| @@ -4,13 +4,13 @@ import "dart:core" as core;
|
|
|
| class Bar extends core::Object {
|
| get x() → self::Bar
|
| - return "Bar_get_x";
|
| + ;
|
| set x(self::Bar value) → dynamic
|
| - return "Bar_set_x";
|
| + ;
|
| method f() → dynamic
|
| - return "Bar_f";
|
| + ;
|
| static factory •() → self::Bar
|
| - return "Bar_constructor";
|
| + ;
|
| }
|
| static method foo() → dynamic
|
| - invalid-statement;
|
| + ;
|
|
|