KtDotQualifiedExpression(106,113): 'f.foo()'
  KaCallResolutionError:
    candidateCalls = [
      KaSimpleFunctionCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = KaExplicitReceiverValue:
          expression = f
          isSafeNavigation = false
          type = Foo<kotlin.String>
        signature = KaFunctionSignature:
          receiverType = Foo<A>
          returnType = kotlin.Unit
          symbol = /foo(<extension receiver>: Foo<A>, i: kotlin.Int): kotlin.Unit
          valueParameters = [
            KaVariableSignature:
              name = i
              receiverType = null
              returnType = kotlin.Int
              symbol = i: kotlin.Int
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = /foo
        typeArgumentsMapping = {}
        valueArgumentMapping = {},
      KaSimpleFunctionCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = KaExplicitReceiverValue:
          expression = f
          isSafeNavigation = false
          type = Foo<kotlin.String>
        signature = KaFunctionSignature:
          receiverType = Foo<B>
          returnType = kotlin.Unit
          symbol = /foo(<extension receiver>: Foo<B>, s: kotlin.String): kotlin.Unit
          valueParameters = [
            KaVariableSignature:
              name = s
              receiverType = null
              returnType = kotlin.String
              symbol = s: kotlin.String
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = /foo
        typeArgumentsMapping = {}
        valueArgumentMapping = {}
    ]
    diagnostic = ERROR<NONE_APPLICABLE: None of the following candidates is applicable:

    fun <A> Foo<A>.foo(i: Int): Unit:
      No value passed for parameter 'i'.

    fun <B> Foo<B>.foo(s: String): Unit:
      No value passed for parameter 's'.>
