Skip to content
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 'value' keyword from Kotlin 1.5 #1170

Closed
orchestr7 opened this issue Jan 14, 2022 · 0 comments · Fixed by #1171
Closed

Support 'value' keyword from Kotlin 1.5 #1170

orchestr7 opened this issue Jan 14, 2022 · 0 comments · Fixed by #1171
Assignees
Labels
bug Something isn't working

Comments

@orchestr7
Copy link
Member

On the

public value class TomlParser(private val config: TomlConfig) { }

we receive the following:

Warn (1:1) [WRONG_MULTIPLE_MODIFIERS_ORDER] sequence of modifier-keywords is incorrect: public should be on position 2, but is on position 1
Warn (1:8) [WRONG_MULTIPLE_MODIFIERS_ORDER] sequence of modifier-keywords is incorrect: value should be on position 1, but is on position 2

looks like we do not support value keyword

Please also mark this inspection in the readme with Kotlin 1.6

@orchestr7 orchestr7 added the bug Something isn't working label Jan 14, 2022
Cheshiriks added a commit that referenced this issue Jan 14, 2022
### What's done:
* Support 'value' keyword from Kotlin 1.6
Closes #1170
@orchestr7 orchestr7 changed the title Support 'value' keyword from Kotlin 1.6 Support 'value' keyword from Kotlin 1.5 Jan 14, 2022
Cheshiriks added a commit that referenced this issue Jan 14, 2022
### What's done:
* Support 'value' keyword from Kotlin 1.6
Closes #1170
Cheshiriks added a commit that referenced this issue Jan 17, 2022
### What's done:
* Support 'value' keyword from Kotlin 1.6
Closes #1170
petertrr pushed a commit that referenced this issue Jan 17, 2022
### What's done:
* Support 'value' keyword from Kotlin 1.6
Closes #1170
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants