[FIR] Fix all illegal usages of declarationSiteSession in compiler
There are still some usages in IDE which should be investigated
This commit is contained in:
committed by
TeamCityServer
parent
f98f41bbc3
commit
234ab3b35d
@@ -35,7 +35,8 @@ class JvmMappedScope(
|
||||
private val substitutor = ConeSubstitutorByMap(
|
||||
firJavaClass.typeParameters.zip(firKotlinClass.typeParameters).map { (javaParameter, kotlinParameter) ->
|
||||
javaParameter.symbol to ConeTypeParameterTypeImpl(ConeTypeParameterLookupTag(kotlinParameter.symbol), isNullable = false)
|
||||
}.toMap()
|
||||
}.toMap(),
|
||||
session
|
||||
)
|
||||
private val kotlinDispatchReceiverType = firKotlinClass.defaultType()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user