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

cannot do type cast in @for loop #29

Closed
greenlaw110 opened this issue May 8, 2012 · 1 comment
Closed

cannot do type cast in @for loop #29

greenlaw110 opened this issue May 8, 2012 · 1 comment
Assignees
Milestone

Comments

@greenlaw110
Copy link
Collaborator

The following code will cause bad java source code generated:

@for (Object o: (Iterable)x) {
...
}
@ghost ghost assigned greenlaw110 May 8, 2012
@greenlaw110
Copy link
Collaborator Author

fixed in 1.0.0-20120516

greenlaw110 added a commit that referenced this issue May 16, 2012
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

1 participant