-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a, b = return ...
yields ERROR: syntax: ssavalue with no def
#31238
Comments
As per your problem with |
I suspect that @timholy is suggesting that |
Note that the macro doesn't have any significance here, it's just doing a bad job with the error message: julia> Meta.@lower a, b = return 1
:($(Expr(:error, "ssavalue with no def"))) |
return
yields ERROR: syntax: ssavalue with no def
a, b = return ...
yields ERROR: syntax: ssavalue with no def
I know it's a bit of stiff to comment, but what's the resolution of this issue? What is this issue targeting at? To resolve the ERROR thrown? |
|
The text was updated successfully, but these errors were encountered: