Refactoring: Rename copyable property delegates for PsiElement

This commit is contained in:
Alexey Sedunov
2017-11-28 12:00:55 +03:00
parent b956363d6f
commit c8d9f9ac50
15 changed files with 21 additions and 22 deletions
@@ -133,7 +133,7 @@ fun prepareDelayedRequests(project: Project) {
}
}
var KtElement.isToBeShortened: Boolean? by CopyableUserDataProperty(Key.create("IS_TO_BE_SHORTENED"))
var KtElement.isToBeShortened: Boolean? by CopyablePsiUserDataProperty(Key.create("IS_TO_BE_SHORTENED"))
fun KtElement.addToBeShortenedDescendantsToWaitingSet() {
forEachDescendantOfType<KtElement> {