[FIR] Fix JVM mapped function callable id

This commit is contained in:
Mikhail Glukhikh
2020-08-28 18:40:18 +03:00
parent db815c96c5
commit 5efabe063e
10 changed files with 92 additions and 5 deletions
@@ -45,7 +45,7 @@ fun wrapScopeWithJvmMapped(
(klass.symbol.constructType(
klass.typeParameters.map { ConeTypeParameterTypeImpl(it.symbol.toLookupTag(), false) }.toTypedArray(),
false
) as ConeClassLikeType).wrapSubstitutionScopeIfNeed(useSiteSession, jvmMappedScope, klass, scopeSession)
) as ConeClassLikeType).wrapSubstitutionScopeIfNeed(useSiteSession, jvmMappedScope, klass, scopeSession, klass.classId)
}
}
} else {