| OLD | NEW |
| 1 library; | 1 library; |
| 2 import self as self; | 2 import self as self; |
| 3 import "dart:core" as core; | 3 import "dart:core" as core; |
| 4 | 4 |
| 5 const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/regress/i
ssue_29983.dart:6:10: Error: 'sync*' and 'async*' can't return a value.\n retur
n missing;\n ^"]/* from null */; | 5 static const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/re
gress/issue_29983.dart:6:10: Error: 'sync*' and 'async*' can't return a value.\n
return missing;\n ^"]/* from null */; |
| 6 static method f() → dynamic sync* { | 6 static method f() → dynamic sync* { |
| 7 return throw new core::NoSuchMethodError::_withType(null, #missing, 33, <dynam
ic>[].toList(growable: false), <dynamic, dynamic>{}, null); | 7 return throw new core::NoSuchMethodError::_withType(null, #missing, 33, <dynam
ic>[].toList(growable: false), <dynamic, dynamic>{}, null); |
| 8 } | 8 } |
| 9 static method main() → dynamic {} | 9 static method main() → dynamic {} |
| OLD | NEW |