KtCallableReferenceExpression(69,82): 'Foo<Int>::foo'
  KaCallResolutionSuccess:
    call = KaCallableReferenceCall:
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /Foo.foo(<dispatch receiver>: Foo<T>, value: T): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = value
            receiverType = null
            returnType = kotlin.Int
            symbol = value: T
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /Foo.foo
      typeArgumentsMapping = {}