Mark KtStubElementTypes#FILE will be deleted in 1.9.0
#KT-53781
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user