You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes#3243 and similar crashes on lambda generators.
Solution is straightforward: push return type (if known, or Any otherwise)
same as we do for normal functions.
0 commit comments