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:
committed by
Nikita Bobko
parent
b34fe77760
commit
aa5a5c954f
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user