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
Properly error on a return in a non-function scope (#7256)
Without this we get an assertion later on,
child-typer.h:720: Assertion `func' failed.
Returns use the function to find the return values, so like local
get and set, we must error early on lacking a function.
0 commit comments