[SLC] drop hack with setParent for annotations

^KTIJ-23783
This commit is contained in:
Dmitrii Gridin
2022-11-29 16:18:33 +01:00
committed by Space Team
parent c682d4f4cc
commit cba70d70a7
23 changed files with 135 additions and 168 deletions
@@ -18,6 +18,7 @@ abstract class KtLightElementBase(private var parent: PsiElement) : LightElement
abstract val kotlinOrigin: KtElement?
@Deprecated("Hack for ULC", level = DeprecationLevel.ERROR)
fun setParent(newParent: PsiElement) {
parent = newParent
}