Make KtFileElementType#INSTANCE final
#KT-53781
This commit is contained in:
committed by
Space
parent
8804742220
commit
fc8cb40a0d
@@ -37,7 +37,7 @@ import java.io.IOException;
|
|||||||
public class KtFileElementType extends IStubFileElementType<KotlinFileStub> {
|
public class KtFileElementType extends IStubFileElementType<KotlinFileStub> {
|
||||||
private static final String NAME = "kotlin.FILE";
|
private static final String NAME = "kotlin.FILE";
|
||||||
|
|
||||||
public static KtFileElementType INSTANCE = new KtFileElementType();
|
public static final KtFileElementType INSTANCE = new KtFileElementType();
|
||||||
|
|
||||||
private KtFileElementType() {
|
private KtFileElementType() {
|
||||||
super(NAME, KotlinLanguage.INSTANCE);
|
super(NAME, KotlinLanguage.INSTANCE);
|
||||||
|
|||||||
Reference in New Issue
Block a user