KtFile: 'main.kt'
  null

KtPackageDirective(27,39): 'package main'
  null

KtNameReferenceExpression(35,39): 'main'
  null

KtImportList(41,83): 'import test.expectsFoo'
  null

KtImportDirective(41,63): 'import test.expectsFoo'
  null

KtDotQualifiedExpression(48,63): 'test.expectsFoo'
  null

KtNameReferenceExpression(48,52): 'test'
  null

KtNameReferenceExpression(53,63): 'expectsFoo'
  null

KtImportDirective(64,83): 'import test.Foo.BAR'
  null

KtDotQualifiedExpression(71,83): 'test.Foo.BAR'
  null

KtDotQualifiedExpression(71,79): 'test.Foo'
  null

KtNameReferenceExpression(71,75): 'test'
  null

KtNameReferenceExpression(76,79): 'Foo'
  null

KtNameReferenceExpression(80,83): 'BAR'
  null

KtNamedFunction(85,129): 'fun usage() {'
  null

KtParameterList(94,96): '()'
  null

KtBlockExpression(97,129): '{'
  null

KtCallExpression(103,127): 'expectsFoo(test.Foo.BAR)'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = test/expectsFoo(foo: test.Foo): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = foo
            receiverType = null
            returnType = test.Foo
            symbol = foo: test.Foo
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = test/expectsFoo
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        test.Foo.BAR -> (KaVariableSignature:
          name = foo
          receiverType = null
          returnType = test.Foo
          symbol = foo: test.Foo
          contextParameters = []
          callableId = null)
      }

KtNameReferenceExpression(103,113): 'expectsFoo'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = test/expectsFoo(foo: test.Foo): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = foo
            receiverType = null
            returnType = test.Foo
            symbol = foo: test.Foo
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = test/expectsFoo
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        test.Foo.BAR -> (KaVariableSignature:
          name = foo
          receiverType = null
          returnType = test.Foo
          symbol = foo: test.Foo
          contextParameters = []
          callableId = null)
      }

KtValueArgumentList(113,127): '(test.Foo.BAR)'
  null

KtValueArgument(114,126): 'test.Foo.BAR'
  null

KtDotQualifiedExpression(114,126): 'test.Foo.BAR'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = test.Foo
        isSafeNavigation = false
        type = kotlin.Unit
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = BAR
        receiverType = null
        returnType = test.Foo
        symbol = test/Foo.BAR
        contextParameters = []
        callableId = test/Foo.BAR
      typeArgumentsMapping = {}

KtDotQualifiedExpression(114,122): 'test.Foo'
  null

KtNameReferenceExpression(114,118): 'test'
  null

KtNameReferenceExpression(119,122): 'Foo'
  null

KtNameReferenceExpression(123,126): 'BAR'
  KaCallResolutionSuccess:
    call = KaSimpleVariableAccessCall:
      contextArguments = []
      dispatchReceiver = KaExplicitReceiverValue:
        expression = test.Foo
        isSafeNavigation = false
        type = kotlin.Unit
      extensionReceiver = null
      isContextSensitive = false
      kind = Read
      signature = KaVariableSignature:
        name = BAR
        receiverType = null
        returnType = test.Foo
        symbol = test/Foo.BAR
        contextParameters = []
        callableId = test/Foo.BAR
      typeArgumentsMapping = {}
