-
Notifications
You must be signed in to change notification settings - Fork 409
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
Empty parentheses in signatures are redundant for enum entries #2355
Comments
Not sure what you mean, can you give some details or maybe an example? Current link is https://dokka-snapshots.s3.eu-central-1.amazonaws.com/2466-enum-entry-ordering/stdlib/6dcdfee/kotlin-stdlib/kotlin.native.concurrent/-future-state/index.html I don't see anything wrong on that page |
Th signature of enum constructor is UPDATE: |
* Fix empty parentheses for no-arg enum entry Fixes #2355 * Move parentheses punctuation inside `list` call * Revert formatting * Correct expected ordering of enum entries in tests
Also, parentheses are absent for enum constructor in a description: http://dokka-snapshots.s3.eu-central-1.amazonaws.com/master/stdlib/c44bf54/kotlin-stdlib/kotlin.native.concurrent/-future-state/index.html
The text was updated successfully, but these errors were encountered: