**Is your feature request related to a problem? Please describe.** Currently, the following syntax is not supported ```python def func(): yield 0, 1 a, b = func() ``` **Describe the solution you'd like** Add support of it