Mark KtStubElementTypes#FILE will be deleted in 1.9.0

#KT-53781
This commit is contained in:
Vladimir Dolzhenko
2023-01-08 21:42:51 +01:00
parent 4af0f110c7
commit 4466b2c980
@@ -21,7 +21,9 @@ import org.jetbrains.kotlin.psi.*;
public interface KtStubElementTypes {
/**
* @deprecated use {@link KtFileElementType#INSTANCE}.
* Field is provided for the sake of binary compatibility with external usages. It will be deleted in the future.
* Field is provided for the sake of binary compatibility with external usages.
*
* It will be deleted in 1.9.0.
*/
@Deprecated
KtFileElementType FILE = KtFileElementType.INSTANCE;