We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
since 0.16.0
before
when (foo){ 0 -> { } 1 -> { } -1 -> { } }
after
when (foo){ 0 -> { } 1 -> { } - 1 -> { } }
The text was updated successfully, but these errors were encountered:
Thank you for the ticket. Fixed in 0.16.1. It should become available through Maven Central within 25 minutes.
Sorry, something went wrong.
@shyiko Tested with 0.16.1 now it produces:
catch (e: MalformedURLException) { - 100 }
Fixed handling of negative number condition in catch block (#160)
b0be962
Thanks for the heads up, @Tolriq. Fixed in 0.17.0 (Maven Central sync might take up to 25 minutes).
No branches or pull requests
since 0.16.0
before
after
The text was updated successfully, but these errors were encountered: