[FIR] Fix fake overrides callable id

This commit is contained in:
simon.ogorodnik
2020-04-09 22:26:44 +03:00
parent c2ea0676e4
commit 2b114dd2b4
@@ -95,7 +95,7 @@ internal fun FirClass<*>.scope(
useSiteSession: FirSession,
scopeSession: ScopeSession,
skipPrivateMembers: Boolean,
classId: ClassId? = null
classId: ClassId? = this.classId
): FirScope {
val basicScope = scopeProvider.getUseSiteMemberScope(
this, useSiteSession, scopeSession