You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
On the
we receive the following:
looks like we do not support
value
keywordPlease also mark this inspection in the readme with Kotlin 1.6
The text was updated successfully, but these errors were encountered: