Refactoring: change "// BUNCH: xxx" format

It wasn't obvious how to use this comment properly.
Now it should be clear
This commit is contained in:
Nikita Bobko
2020-05-29 19:56:18 +03:00
committed by Nikita Bobko
parent b34fe77760
commit aa5a5c954f
115 changed files with 136 additions and 136 deletions
@@ -11,7 +11,7 @@ import org.jetbrains.kotlin.idea.search.or
import org.jetbrains.kotlin.idea.search.projectScope
import org.jetbrains.kotlin.psi.KtParameter
// BUNCH: 191
// FIX ME WHEN BUNCH 191 REMOVED
internal fun KtParameter.findReferences(renamer: RenamePsiElementProcessor): MutableCollection<PsiReference> {
val searchScope = this.project.projectScope() or this.useScope
@@ -9,7 +9,7 @@ import com.intellij.psi.PsiReference
import com.intellij.refactoring.rename.RenamePsiElementProcessor
import org.jetbrains.kotlin.psi.KtParameter
// BUNCH: 191
// FIX ME WHEN BUNCH 191 REMOVED
internal fun KtParameter.findReferences(renamer: RenamePsiElementProcessor): MutableCollection<PsiReference> {
return renamer.findReferences(this, false)