FIR IDE: add missing IdeSessionComponents for FirIdeBuiltinsAndCloneableSession
This commit is contained in:
+1
@@ -173,6 +173,7 @@ internal object FirIdeSessionFactory {
|
|||||||
fun createBuiltinsAndCloneableSession(project: Project, builtinTypes: BuiltinTypes): FirIdeBuiltinsAndCloneableSession {
|
fun createBuiltinsAndCloneableSession(project: Project, builtinTypes: BuiltinTypes): FirIdeBuiltinsAndCloneableSession {
|
||||||
return FirIdeBuiltinsAndCloneableSession(project, builtinTypes).apply {
|
return FirIdeBuiltinsAndCloneableSession(project, builtinTypes).apply {
|
||||||
registerCommonComponents()
|
registerCommonComponents()
|
||||||
|
registerIdeComponents()
|
||||||
|
|
||||||
val kotlinScopeProvider = KotlinScopeProvider(::wrapScopeWithJvmMapped)
|
val kotlinScopeProvider = KotlinScopeProvider(::wrapScopeWithJvmMapped)
|
||||||
register(
|
register(
|
||||||
|
|||||||
Reference in New Issue
Block a user