Skip to content

Commit

Permalink
apply "Unused suppression" for .kt files
Browse files Browse the repository at this point in the history
^KTIJ-6421

GitOrigin-RevId: 648ed7fe7e8ba8169ec3277995a59acef5ac232b
  • Loading branch information
dimonchik0036 authored and intellij-monorepo-bot committed May 20, 2022
1 parent 2c6a4cd commit dd65ed6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class CustomInjectionsConfiguration : PersistentStateComponent<CustomInjectionsC
updatePatterns(newState)
}

class InjectionsState(@Suppress("unused") var prefixes: Array<String>? = null)
class InjectionsState(var prefixes: Array<String>? = null)

companion object {
fun instance(project: Project): CustomInjectionsConfiguration = project.getService(CustomInjectionsConfiguration::class.java)
Expand Down

0 comments on commit dd65ed6

Please sign in to comment.