[FIR] Fix fake overrides callable id
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user