[FIR] Extract extension functional type from an annotated functional type during deserialization
^KT-57140 Fixed
This commit is contained in:
committed by
Space Team
parent
8ca7b32577
commit
336b6ba9f0
+1
-1
@@ -47,7 +47,6 @@ abstract class FirAbstractSessionFactory {
|
||||
|
||||
registerCliCompilerOnlyComponents()
|
||||
registerCommonComponents(languageVersionSettings)
|
||||
registerCommonComponentsAfterExtensionsAreConfigured()
|
||||
registerExtraComponents(this)
|
||||
|
||||
val kotlinScopeProvider = createKotlinScopeProvider.invoke()
|
||||
@@ -65,6 +64,7 @@ abstract class FirAbstractSessionFactory {
|
||||
registerExtensions(extensionRegistrar.configure())
|
||||
}
|
||||
}.configure()
|
||||
registerCommonComponentsAfterExtensionsAreConfigured()
|
||||
|
||||
val providers = createProviders(this, builtinsModuleData, kotlinScopeProvider)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user