[Analysis API] Move SyntheticPropertyAccessorReferenceDescriptorImpl

Also move some utilities from IDE to kotlin repo
This commit is contained in:
Tianyu Geng
2022-05-05 16:59:19 +00:00
committed by Ilya Kirillov
parent 71a30b0c5e
commit a7c37286a3
5 changed files with 144 additions and 2 deletions
@@ -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())
}