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
typing of Returns looked for directly enclosing method,
but didn't take in account presence of synthesised labels.
So if one had a return inside a while loop it would be
adapted to type of while, which is always unit.
The adaption always succeeds and it was left unnoticed.
0 commit comments