-
Notifications
You must be signed in to change notification settings - Fork 81
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
Support experimental OpenEndRang<T> #362
Comments
Also ktfmt gives error when I use rangeUntil operator.
|
I think the right title for this may be to support the |
There are more problems with not yet stable features like |
This will be stable in Kotlin 1.9.0, which is currently in beta |
Kotlin 1.9.0 is already released with stable ..< operator for open-ended ranges . Are there any plans to support 1.9.x soon? |
Closed with #433 Should be available on the next release |
When I use the new open end ranges
ktfmt removes the import because it thinks it is unused.
The text was updated successfully, but these errors were encountered: