[SLC] drop hack with setParent for annotations
^KTIJ-23783
This commit is contained in:
committed by
Space Team
parent
c682d4f4cc
commit
cba70d70a7
+1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user