Changed paths:
A tests/language/async_star/yield_star_downwards_inference_test.dart
A tests/language/sync_star/yield_star_downwards_inference_test.dart
Log Message:
-----------
Add language tests of yield* downwards inference.
Long term, I'm not certain whether these are the behaviors we
want. But considering that these are the behaviors we have, it seems
reasonable to test them to avoid regressions.
Paves the way for a follow-up CL that will refactor some of the
analyzer and front end logic that handles yield statements.
Changed paths:
A tests/language/async_star/yield_star_downwards_inference_test.dart
A tests/language/sync_star/yield_star_downwards_inference_test.dart
Log Message:
-----------
Add language tests of yield* downwards inference.
Long term, I'm not certain whether these are the behaviors we
want. But considering that these are the behaviors we have, it seems
reasonable to test them to avoid regressions.
Paves the way for a follow-up CL that will refactor some of the
analyzer and front end logic that handles yield statements.