K2: rename FakeOverrideTypeCalculator to CallableCopyTypeCalculator
This commits performs a rename. According to KT-61443 this calculator is applicable not only to fake (substitution/intersection) overrides.
This commit is contained in:
committed by
Space Team
parent
53e4e2f6b1
commit
f8ada456e4
@@ -294,7 +294,7 @@ class JvmMappedScope(
|
||||
newTypeParameters = null,
|
||||
newContextReceiverTypes = emptyList(),
|
||||
isExpect = false,
|
||||
fakeOverrideSubstitution = null
|
||||
callableCopySubstitutionForTypeUpdater = null
|
||||
)
|
||||
return newSymbol
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user