KtOperationReferenceExpression(148,149): '='
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = list
        isSafeNavigation = false
        type = MyList
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /MyList.set(<dispatch receiver>: MyList, index: kotlin.Int, value: kotlin.String): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = index
            receiverType = null
            returnType = kotlin.Int
            symbol = index: kotlin.Int
            contextParameters = []
            callableId = null,
          KaVariableSignature:
            name = value
            receiverType = null
            returnType = kotlin.String
            symbol = value: kotlin.String
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /MyList.set
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        10 -> (KaVariableSignature:
          name = index
          receiverType = null
          returnType = kotlin.Int
          symbol = index: kotlin.Int
          contextParameters = []
          callableId = null),
        "value" -> (KaVariableSignature:
          name = value
          receiverType = null
          returnType = kotlin.String
          symbol = value: kotlin.String
          contextParameters = []
          callableId = null)
      }