KtCallableReferenceExpression(72,80): 'obj::foo'
  KaCallResolutionSuccess:
    call = KaCallableReferenceCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = obj
        isSafeNavigation = false
        type = Foo
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /Foo.foo(<dispatch receiver>: Foo, a: kotlin.Int): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = a
            receiverType = null
            returnType = kotlin.Int
            symbol = a: kotlin.Int
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /Foo.foo
      typeArgumentsMapping = {}