-
Notifications
You must be signed in to change notification settings - Fork 92
Restore UseForEachLoop
#663
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
Conversation
This reverts commit 2127a4e.
| if (type instanceof JavaType.Array) { | ||
| JavaType.Array arrayType = (JavaType.Array) type; | ||
| return arrayType.getElemType(); | ||
| } else if (type instanceof JavaType.Parameterized) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| } else if (type instanceof JavaType.Parameterized) { | |
| } | |
| if (type instanceof JavaType.Parameterized) { |
| } else if (type instanceof JavaType.Primitive) { | ||
| return type.toString(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| } else if (type instanceof JavaType.Primitive) { | |
| return type.toString(); | |
| } | |
| if (type instanceof JavaType.Primitive) { | |
| } | |
| if (type instanceof JavaType.GenericTypeVariable) { |
|
This PR is stale because it has been open for 90 days with no activity. Remove |
forloop can be replaced withenhanced for#73