Chromium Code Reviews| Index: pkg/front_end/test/fasta/rasta/malformed_function.dart.dartk.expect |
| diff --git a/pkg/front_end/test/fasta/rasta/malformed_function.dart.dartk.expect b/pkg/front_end/test/fasta/rasta/malformed_function.dart.dartk.expect |
| index 1cafd639c0b5223af2298f1100a1faf5277d8dfa..5e950cf772f2229780a9083d6e97d838afe55034 100644 |
| --- a/pkg/front_end/test/fasta/rasta/malformed_function.dart.dartk.expect |
| +++ b/pkg/front_end/test/fasta/rasta/malformed_function.dart.dartk.expect |
| @@ -1,5 +1,6 @@ |
| library; |
| import self as self; |
| -static method main() → dynamic |
| - invalid-statement; |
| +static method main() → dynamic { |
| + let final dynamic #t1 = null in invalid-expression; |
| +} |