KtConstructorSymbol:
  annotationsList: []
  callableIdIfNonLocal: null
  containingClassIdIfNonLocal: Foo
  contextReceivers: []
  hasStableParameterNames: true
  isActual: false
  isExpect: false
  isExtension: false
  isPrimary: true
  origin: SOURCE
  receiverParameter: null
  returnType: KtUsualClassType:
    annotationsList: []
    ownTypeArguments: []
    type: Foo
  symbolKind: CLASS_MEMBER
  typeParameters: []
  valueParameters: [
    KtValueParameterSymbol:
      annotationsList: []
      callableIdIfNonLocal: null
      contextReceivers: []
      generatedPrimaryConstructorProperty: KtKotlinPropertySymbol:
        annotationsList: []
        backingFieldSymbol: KtBackingFieldSymbol:
          annotationsList: []
          callableIdIfNonLocal: null
          contextReceivers: []
          isExtension: false
          name: field
          origin: PROPERTY_BACKING_FIELD
          owningProperty: KtKotlinPropertySymbol(/Foo.ints)
          receiverParameter: null
          returnType: KtUsualClassType:
            annotationsList: []
            ownTypeArguments: [
              out KtTypeErrorType:
                annotationsList: []
                type: ERROR_TYPE
            ]
            type: kotlin/Array<out ERROR CLASS: Incomplete code>
          symbolKind: LOCAL
          typeParameters: []
          getContainingModule: KtSourceModule "Sources of main"
          deprecationStatus: null
        callableIdIfNonLocal: /Foo.ints
        contextReceivers: []
        getter: KtPropertyGetterSymbol:
          annotationsList: []
          callableIdIfNonLocal: null
          contextReceivers: []
          hasBody: false
          hasStableParameterNames: true
          isDefault: true
          isExtension: false
          isInline: false
          isOverride: false
          modality: FINAL
          origin: SOURCE
          receiverParameter: null
          returnType: KtUsualClassType:
            annotationsList: []
            ownTypeArguments: [
              out KtTypeErrorType:
                annotationsList: []
                type: ERROR_TYPE
            ]
            type: kotlin/Array<out ERROR CLASS: Incomplete code>
          symbolKind: ACCESSOR
          typeParameters: []
          valueParameters: []
          visibility: Public
          getDispatchReceiver(): KtUsualClassType:
            annotationsList: []
            ownTypeArguments: []
            type: Foo
          getContainingModule: KtSourceModule "Sources of main"
          deprecationStatus: null
        hasBackingField: true
        hasGetter: true
        hasSetter: false
        initializer: KtNonConstantInitializerValue(vararg val ints: )
        isActual: false
        isConst: false
        isDelegatedProperty: false
        isExpect: false
        isExtension: false
        isFromPrimaryConstructor: true
        isLateInit: false
        isOverride: false
        isStatic: false
        isVal: true
        modality: FINAL
        name: ints
        origin: SOURCE
        receiverParameter: null
        returnType: KtUsualClassType:
          annotationsList: []
          ownTypeArguments: [
            out KtTypeErrorType:
              annotationsList: []
              type: ERROR_TYPE
          ]
          type: kotlin/Array<out ERROR CLASS: Incomplete code>
        setter: null
        symbolKind: CLASS_MEMBER
        typeParameters: []
        visibility: Public
        getDispatchReceiver(): KtUsualClassType:
          annotationsList: []
          ownTypeArguments: []
          type: Foo
        getContainingModule: KtSourceModule "Sources of main"
        deprecationStatus: null
        getterDeprecationStatus: null
        javaGetterName: getInts
        javaSetterName: null
        setterDeprecationStatus: null
      hasDefaultValue: false
      isCrossinline: false
      isExtension: false
      isImplicitLambdaParameter: false
      isNoinline: false
      isVararg: true
      name: ints
      origin: SOURCE
      receiverParameter: null
      returnType: KtTypeErrorType:
        annotationsList: []
        type: ERROR_TYPE
      symbolKind: LOCAL
      typeParameters: []
      getContainingModule: KtSourceModule "Sources of main"
      deprecationStatus: null
  ]
  visibility: Public
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtNamedClassOrObjectSymbol:
  annotationsList: []
  classIdIfNonLocal: Foo
  classKind: CLASS
  companionObject: null
  contextReceivers: []
  isActual: false
  isData: false
  isExpect: false
  isExternal: false
  isFun: false
  isInline: false
  isInner: false
  modality: FINAL
  name: Foo
  origin: SOURCE
  superTypes: [
    KtUsualClassType:
      annotationsList: []
      ownTypeArguments: []
      type: kotlin/Any
  ]
  symbolKind: TOP_LEVEL
  typeParameters: []
  visibility: Public
  getContainingModule: KtSourceModule "Sources of main"
  annotationApplicableTargets: null
  deprecationStatus: null