Fix extension point name for FirExtensionRegistrar.

This changes the declared entry point name to match that actually
defined in FirExtensionRegistrarAdapter.

^KT-57763
This commit is contained in:
Justin Paupore
2023-03-31 01:06:12 -07:00
committed by Space Cloud
parent b2e58096c0
commit acca7de42d
@@ -75,7 +75,7 @@
<extensionPoint qualifiedName="org.jetbrains.kotlin.renameHandler"
interface="com.intellij.refactoring.rename.RenameHandler"
dynamic="true"/>
<extensionPoint qualifiedName="org.jetbrains.kotlin.fir.extensions.FirExtensionRegistrarAdapter"
<extensionPoint qualifiedName="org.jetbrains.kotlin.fir.extensions.firExtensionRegistrar"
interface="org.jetbrains.kotlin.fir.extensions.FirExtensionRegistrarAdapter"/>
<extensionPoint qualifiedName="org.jetbrains.kotlin.DescriptorSerializerPlugin"
interface="org.jetbrains.kotlin.serialization.DescriptorSerializerPlugin"/>