-
Notifications
You must be signed in to change notification settings - Fork 15
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
int
literals should return an Integer
value
#624
Conversation
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.
Some suggestions could not be made:
- src/main/java/org/openrewrite/kotlin/KotlinTypeGoat.kt
- lines 25-25
- src/test/resources/KotlinTypeGoat.kt
- lines 25-25
Thanks yes that looks to be it! Now we have to see at which point we can alter that value :) |
Maybe here:
|
Nice, thanks! Went for a slightly different approach to ensure true longs remain longs. With that I think we're good! :) |
Kotlin forum is in read-only mode so I created a bug report. |
Much appreciated! I'll have another look at your PR in rewrite-spring now that this is sorted. :) |
What's changed?
What's your motivation?
As discovered on