KtFunctionSymbol:
  annotationsList: []
  callableIdIfNonLocal: null
  contextReceivers: []
  contractEffects: []
  hasStableParameterNames: true
  isBuiltinFunctionInvoke: false
  isExtension: false
  isExternal: false
  isInfix: false
  isInline: false
  isOperator: false
  isOverride: false
  isStatic: false
  isSuspend: false
  modality: FINAL
  name: a
  origin: SOURCE
  receiverParameter: null
  returnType: kotlin/Unit
  symbolKind: CLASS_MEMBER
  typeParameters: []
  valueParameters: []
  visibility: Public
  getDispatchReceiver(): <anonymous>
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtEnumEntrySymbol:
  annotationsList: []
  callableIdIfNonLocal: /MyEnumClass.FirstEntry
  containingEnumClassIdIfNonLocal: MyEnumClass
  contextReceivers: []
  isExtension: false
  name: FirstEntry
  origin: SOURCE
  receiverParameter: null
  returnType: MyEnumClass
  symbolKind: CLASS_MEMBER
  typeParameters: []
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtEnumEntrySymbol:
  annotationsList: []
  callableIdIfNonLocal: /MyEnumClass.SecondEntry
  containingEnumClassIdIfNonLocal: MyEnumClass
  contextReceivers: []
  isExtension: false
  name: SecondEntry
  origin: SOURCE
  receiverParameter: null
  returnType: MyEnumClass
  symbolKind: CLASS_MEMBER
  typeParameters: []
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtFunctionSymbol:
  annotationsList: []
  callableIdIfNonLocal: null
  contextReceivers: []
  contractEffects: []
  hasStableParameterNames: true
  isBuiltinFunctionInvoke: false
  isExtension: false
  isExternal: false
  isInfix: false
  isInline: false
  isOperator: false
  isOverride: false
  isStatic: false
  isSuspend: false
  modality: FINAL
  name: one
  origin: SOURCE
  receiverParameter: null
  returnType: kotlin/Unit
  symbolKind: CLASS_MEMBER
  typeParameters: []
  valueParameters: []
  visibility: Public
  getDispatchReceiver(): <anonymous>
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtFunctionSymbol:
  annotationsList: []
  callableIdIfNonLocal: null
  contextReceivers: []
  contractEffects: []
  hasStableParameterNames: true
  isBuiltinFunctionInvoke: false
  isExtension: false
  isExternal: false
  isInfix: false
  isInline: false
  isOperator: false
  isOverride: false
  isStatic: false
  isSuspend: false
  modality: FINAL
  name: one
  origin: SOURCE
  receiverParameter: null
  returnType: kotlin/Unit
  symbolKind: CLASS_MEMBER
  typeParameters: []
  valueParameters: [
    KtValueParameterSymbol:
      annotationsList: []
      callableIdIfNonLocal: null
      contextReceivers: []
      generatedPrimaryConstructorProperty: null
      hasDefaultValue: false
      isCrossinline: false
      isExtension: false
      isImplicitLambdaParameter: false
      isNoinline: false
      isVararg: false
      name: i
      origin: SOURCE
      receiverParameter: null
      returnType: kotlin/Int
      symbolKind: LOCAL
      typeParameters: []
      getContainingModule: KtSourceModule "Sources of main"
      deprecationStatus: null
  ]
  visibility: Public
  getDispatchReceiver(): <anonymous>
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtEnumEntrySymbol:
  annotationsList: []
  callableIdIfNonLocal: /MyEnumClass.ThirdEntry
  containingEnumClassIdIfNonLocal: MyEnumClass
  contextReceivers: []
  isExtension: false
  name: ThirdEntry
  origin: SOURCE
  receiverParameter: null
  returnType: MyEnumClass
  symbolKind: CLASS_MEMBER
  typeParameters: []
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null

KtNamedClassOrObjectSymbol:
  annotationsList: []
  classIdIfNonLocal: MyEnumClass
  classKind: ENUM_CLASS
  companionObject: null
  contextReceivers: []
  isData: false
  isExternal: false
  isFun: false
  isInline: false
  isInner: false
  modality: FINAL
  name: MyEnumClass
  origin: SOURCE
  superTypes: [
    kotlin/Enum<MyEnumClass>
  ]
  symbolKind: TOP_LEVEL
  typeParameters: []
  visibility: Public
  getContainingModule: KtSourceModule "Sources of main"
  deprecationStatus: null