| Index: pkg/compiler/lib/src/warnings.dart
|
| diff --git a/pkg/compiler/lib/src/warnings.dart b/pkg/compiler/lib/src/warnings.dart
|
| index 15098af7b643d0207a5eb5d9752ca15bd45fb7e8..6344a561070e08b63fccb81f02b44ec5f3bf0b98 100644
|
| --- a/pkg/compiler/lib/src/warnings.dart
|
| +++ b/pkg/compiler/lib/src/warnings.dart
|
| @@ -2085,7 +2085,7 @@ Please include the following information:
|
| examples: const [
|
| "main() async * {}",
|
| "main() sync * {}",
|
| - "main() async* { yield * 0; }"
|
| + "main() async* { yield * null; }"
|
| ]);
|
|
|
| static const MessageKind INVALID_SYNC_MODIFIER = const MessageKind(
|
|
|