Build kotlin stubs for compiled Kotlin files
This means that JetPsi would be built for compiled kotlin files
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ public class JetClassElementType extends JetStubElementType<KotlinClassStub, Jet
|
||||
StubIndexServiceFactory.getInstance().indexClass(stub, sink);
|
||||
}
|
||||
|
||||
private static JetClassElementType getStubType(boolean isEnumEntry) {
|
||||
public static JetClassElementType getStubType(boolean isEnumEntry) {
|
||||
return isEnumEntry ? JetStubElementTypes.ENUM_ENTRY : JetStubElementTypes.CLASS;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user