[FE] Add getContextReceivers to CallableDescriptor interface
This commit is contained in:
committed by
TeamCityServer
parent
7de8380ddf
commit
a39fbd3822
+2
@@ -39,6 +39,8 @@ open class FakeCallableDescriptorForObject(
|
||||
|
||||
fun getReferencedObject(): ClassDescriptor = classDescriptor.getClassObjectReferenceTarget()
|
||||
|
||||
override fun getContextReceiverParameters(): List<ReceiverParameterDescriptor> = emptyList()
|
||||
|
||||
override fun getExtensionReceiverParameter(): ReceiverParameterDescriptor? = null
|
||||
|
||||
override fun getDispatchReceiverParameter(): ReceiverParameterDescriptor? = null
|
||||
|
||||
Reference in New Issue
Block a user