KtEnumEntrySymbol:
  annotationsList: []
  callableIdIfNonLocal: /X.Y
  containingEnumClassIdIfNonLocal: X
  contextReceivers: []
  enumEntryInitializer: null
  isExtension: false
  name: Y
  origin: SOURCE
  receiverParameter: null
  returnType: KtUsualClassType:
    annotationsList: []
    ownTypeArguments: []
    type: X
  symbolKind: CLASS_MEMBER
  typeParameters: []
  getContainingFileSymbol: KtFileSymbol(enum.kt)
  getContainingJvmClassName: X
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtEnumEntrySymbol:
  annotationsList: []
  callableIdIfNonLocal: /X.Z
  containingEnumClassIdIfNonLocal: X
  contextReceivers: []
  enumEntryInitializer: null
  isExtension: false
  name: Z
  origin: SOURCE
  receiverParameter: null
  returnType: KtUsualClassType:
    annotationsList: []
    ownTypeArguments: []
    type: X
  symbolKind: CLASS_MEMBER
  typeParameters: []
  getContainingFileSymbol: KtFileSymbol(enum.kt)
  getContainingJvmClassName: X
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtNamedClassOrObjectSymbol:
  annotationsList: []
  classIdIfNonLocal: X
  classKind: ENUM_CLASS
  companionObject: null
  contextReceivers: []
  isActual: false
  isData: false
  isExpect: false
  isExternal: false
  isFun: false
  isInline: false
  isInner: false
  modality: FINAL
  name: X
  origin: SOURCE
  superTypes: [
    KtUsualClassType:
      annotationsList: []
      ownTypeArguments: [
        KtUsualClassType:
          annotationsList: []
          ownTypeArguments: []
          type: X
      ]
      type: kotlin/Enum<X>
  ]
  symbolKind: TOP_LEVEL
  typeParameters: []
  visibility: Public
  getContainingFileSymbol: KtFileSymbol(enum.kt)
  getContainingModule: KtSourceModule "Sources of main"
  annotationApplicableTargets: null
  deprecationStatus: null
