[FE] Pass context receiver parameters where necessary
This commit is contained in:
committed by
TeamCityServer
parent
a39fbd3822
commit
c5687e080d
@@ -97,8 +97,11 @@ open class AccessorForPropertyDescriptor private constructor(
|
||||
|
||||
init {
|
||||
setType(
|
||||
propertyType, emptyList<TypeParameterDescriptorImpl>(), dispatchReceiverParameter,
|
||||
DescriptorFactory.createExtensionReceiverParameterForCallable(this, receiverType, Annotations.EMPTY), emptyList() // TODO: Pass context receivers
|
||||
propertyType,
|
||||
emptyList<TypeParameterDescriptorImpl>(),
|
||||
dispatchReceiverParameter,
|
||||
DescriptorFactory.createExtensionReceiverParameterForCallable(this, receiverType, Annotations.EMPTY),
|
||||
original.contextReceiverParameters
|
||||
)
|
||||
|
||||
val getterDescriptor =
|
||||
|
||||
Reference in New Issue
Block a user