-
Notifications
You must be signed in to change notification settings - Fork 17
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
if
should make local variable scope
#388
Comments
I'm considering introducing |
if
leaks outsideif
should make local variable scope
Hi @yhara |
I have something that seems to work. |
Oh please make a new PR then. |
Hey! |
fixed by #474. |
Given
Expected
Compile error
Actual
Prints 1.
(EXC_BAD_ACCESS if
a = false
)Implementation
If(IfCtx)
hereconvert_if_expr
The text was updated successfully, but these errors were encountered: