Skip to content
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

Add Support for Single Expression in if #4

Closed
ghost opened this issue Feb 6, 2012 · 1 comment
Closed

Add Support for Single Expression in if #4

ghost opened this issue Feb 6, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 6, 2012

Issue originally opened here:

http://code.google.com/p/java2python/issues/detail?id=45

The original problem is no longer present, however, the attached file does not translate correctly for a different reason.

Need to support the form:

if (expr) 
    foo
else {
    bar
} 

And the form:

if (expr)
    foo
else
    foo
@ghost
Copy link
Author

ghost commented Feb 6, 2012

Closed in commit 873f67a.

@ghost ghost closed this as completed Feb 6, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants