| Index: pkg/front_end/test/fasta/rasta/parser_error.dart.outline.expect
|
| diff --git a/pkg/front_end/test/fasta/rasta/parser_error.dart.outline.expect b/pkg/front_end/test/fasta/rasta/parser_error.dart.outline.expect
|
| index 12c517ddc0886d642eb4240eec52365880ac1797..4d53b676cec7fad0a07f044b9ae38650826bcbb4 100644
|
| --- a/pkg/front_end/test/fasta/rasta/parser_error.dart.outline.expect
|
| +++ b/pkg/front_end/test/fasta/rasta/parser_error.dart.outline.expect
|
| @@ -1,10 +1,8 @@
|
| library;
|
| import self as self;
|
| -import "package:expect/expect.dart" as exp;
|
| import "dart:core" as core;
|
|
|
| -static method test() → dynamic
|
| - invalid-statement;
|
| -static method main() → dynamic {
|
| - exp::Expect::equals(6, throw core::_genericNoSuchMethod(null, #test, <dynamic>[1], <dynamic, dynamic>{#b: 2, #c: 3}, <dynamic>[]));
|
| -}
|
| +static method test(dynamic a, {dynamic b, dynamic c}) → core::int
|
| + ;
|
| +static method main() → dynamic
|
| + ;
|
|
|