FIR IDE: add missing IdeSessionComponents for FirIdeBuiltinsAndCloneableSession

This commit is contained in:
Ilya Kirillov
2020-10-13 22:29:41 +03:00
parent a22514cf8e
commit ab4faa52f0
@@ -173,6 +173,7 @@ internal object FirIdeSessionFactory {
fun createBuiltinsAndCloneableSession(project: Project, builtinTypes: BuiltinTypes): FirIdeBuiltinsAndCloneableSession {
return FirIdeBuiltinsAndCloneableSession(project, builtinTypes).apply {
registerCommonComponents()
registerIdeComponents()
val kotlinScopeProvider = KotlinScopeProvider(::wrapScopeWithJvmMapped)
register(