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
…2442)
* Suppress property-naming rule via `@Suppress("ConstPropertyName")`
Suppression via `@Suppress("PropertyName")` was already supported before.
Closes#2441
IDEA will mark
PropertyName
as a redundant suppression in this situation.The text was updated successfully, but these errors were encountered: