[FE] Implement temporary resolution algorithm

This commit is contained in:
Anastasiya Shadrina
2021-02-15 18:54:11 +07:00
committed by TeamCityServer
parent d923c95671
commit c34fe8d547
43 changed files with 800 additions and 24 deletions
@@ -233,6 +233,7 @@ private fun resolveAccessorCall(
override fun getResultingDescriptor() = suspendPropertyDescriptor
override fun getExtensionReceiver() = null
override fun getDispatchReceiver() = null
override fun getContextReceivers(): List<ReceiverValue> = emptyList()
override fun getExplicitReceiverKind() = ExplicitReceiverKind.NO_EXPLICIT_RECEIVER
override fun getValueArguments(): MutableMap<ValueParameterDescriptor, ResolvedValueArgument> = mutableMapOf()
override fun getValueArgumentsByIndex(): MutableList<ResolvedValueArgument> = mutableListOf()