KtFile: 'innerClassThis.kt'
  NO_CANDIDATES

KtPackageDirective(0,9): 'package r'
  NO_CANDIDATES

KtNameReferenceExpression(8,9): 'r'
  NO_CANDIDATES

KtImportList(9,9): ''
  NO_CANDIDATES

KtClass(11,92): 'class A {'
  NO_CANDIDATES

KtClassBody(19,92): '{'
  NO_CANDIDATES

KtClass(25,90): 'inner class B(val x: Int) {'
  NO_CANDIDATES

KtDeclarationModifierList(25,30): 'inner'
  NO_CANDIDATES

KtPrimaryConstructor(38,50): '(val x: Int)'
  NO_CANDIDATES

KtParameterList(38,50): '(val x: Int)'
  NO_CANDIDATES

KtParameter(39,49): 'val x: Int'
  NO_CANDIDATES

KtTypeReference(46,49): 'Int'
  NO_CANDIDATES

KtUserType(46,49): 'Int'
  NO_CANDIDATES

KtNameReferenceExpression(46,49): 'Int'
  NO_CANDIDATES

KtClassBody(51,90): '{'
  NO_CANDIDATES

KtSecondaryConstructor(61,84): 'constructor(): this(10)'
  NO_CANDIDATES

KtParameterList(72,74): '()'
  NO_CANDIDATES

KtConstructorDelegationCall(76,84): 'this(10)'
  KaInapplicableCallCandidateInfo:
    candidate = KaDelegatedConstructorCall:
      argumentMapping = {}
      kind = THIS_CALL
      partiallyAppliedSymbol = KaPartiallyAppliedSymbol:
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = r.A.B
          symbol = <constructor>(<dispatch receiver>: r.A): r.A.B
          valueParameters = []
          contextParameters = []
          callableId = null
      typeArgumentsMapping = {}
    diagnostic = ERROR<INNER_CLASS_CONSTRUCTOR_NO_RECEIVER: Constructor of the inner class 'inner class B : Any' can only be called with a receiver of the containing class.>
    isInBestCandidates = false

  KaInapplicableCallCandidateInfo:
    candidate = KaDelegatedConstructorCall:
      argumentMapping = {
        10 -> (KaVariableSignature:
          name = x
          receiverType = null
          returnType = kotlin.Int
          symbol = x: kotlin.Int
          contextParameters = []
          callableId = null)
      }
      kind = THIS_CALL
      partiallyAppliedSymbol = KaPartiallyAppliedSymbol:
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = r.A.B
          symbol = <constructor>(<dispatch receiver>: r.A, x: kotlin.Int): r.A.B
          valueParameters = [
            KaVariableSignature:
              name = x
              receiverType = null
              returnType = kotlin.Int
              symbol = x: kotlin.Int
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = null
      typeArgumentsMapping = {}
    diagnostic = ERROR<INNER_CLASS_CONSTRUCTOR_NO_RECEIVER: Constructor of the inner class 'inner class B : Any' can only be called with a receiver of the containing class.>
    isInBestCandidates = true

KtConstructorDelegationReferenceExpression(76,80): 'this'
  KaInapplicableCallCandidateInfo:
    candidate = KaDelegatedConstructorCall:
      argumentMapping = {}
      kind = THIS_CALL
      partiallyAppliedSymbol = KaPartiallyAppliedSymbol:
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = r.A.B
          symbol = <constructor>(<dispatch receiver>: r.A): r.A.B
          valueParameters = []
          contextParameters = []
          callableId = null
      typeArgumentsMapping = {}
    diagnostic = ERROR<INNER_CLASS_CONSTRUCTOR_NO_RECEIVER: Constructor of the inner class 'inner class B : Any' can only be called with a receiver of the containing class.>
    isInBestCandidates = false

  KaInapplicableCallCandidateInfo:
    candidate = KaDelegatedConstructorCall:
      argumentMapping = {
        10 -> (KaVariableSignature:
          name = x
          receiverType = null
          returnType = kotlin.Int
          symbol = x: kotlin.Int
          contextParameters = []
          callableId = null)
      }
      kind = THIS_CALL
      partiallyAppliedSymbol = KaPartiallyAppliedSymbol:
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = r.A.B
          symbol = <constructor>(<dispatch receiver>: r.A, x: kotlin.Int): r.A.B
          valueParameters = [
            KaVariableSignature:
              name = x
              receiverType = null
              returnType = kotlin.Int
              symbol = x: kotlin.Int
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = null
      typeArgumentsMapping = {}
    diagnostic = ERROR<INNER_CLASS_CONSTRUCTOR_NO_RECEIVER: Constructor of the inner class 'inner class B : Any' can only be called with a receiver of the containing class.>
    isInBestCandidates = true

KtValueArgumentList(80,84): '(10)'
  NO_CANDIDATES

KtValueArgument(81,83): '10'
  NO_CANDIDATES

KtConstantExpression(81,83): '10'
  NO_CANDIDATES