[Analysis API] Move SyntheticPropertyAccessorReferenceDescriptorImpl
Also move some utilities from IDE to kotlin repo
This commit is contained in:
committed by
Ilya Kirillov
parent
71a30b0c5e
commit
a7c37286a3
-2
@@ -25,8 +25,6 @@ abstract class SyntheticPropertyAccessorReference(
|
||||
|
||||
override fun canRename() = true
|
||||
|
||||
abstract override fun handleElementRename(newElementName: String): PsiElement?
|
||||
|
||||
override val resolvesByNames: Collection<Name>
|
||||
get() = listOf(element.getReferencedNameAsName())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user