MODULE_FRAGMENT name:<main>
  FILE fqName:test fileName:/enum.kt
    CLASS ENUM_CLASS name:Color signature:test/Color|null[0] modality:FINAL visibility:public superTypes:[kotlin.Enum<test.Color>]
      thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:test.Color
      CONSTRUCTOR signature:test/Color.<init>|<init>(kotlin.Int){}[0] visibility:private returnType:test.Color [primary]
        VALUE_PARAMETER kind:Regular name:rgb index:0 type:kotlin.Int
        BLOCK_BODY
          ENUM_CONSTRUCTOR_CALL 'kotlin/Enum.<init>|<init>(kotlin.String;kotlin.Int){}[0]'
            TYPE_ARG 1: test.Color
          INSTANCE_INITIALIZER_CALL classDescriptor='test/Color|null[0]' type=kotlin.Unit
      PROPERTY name:rgb signature:test/Color.rgb|{}rgb[0] visibility:public modality:FINAL [val]
        FIELD PROPERTY_BACKING_FIELD name:rgb signature:[ test/Color.rgb|{}rgb[0] <- Local[<BF>] ] type:kotlin.Int visibility:private [final]
          EXPRESSION_BODY
            GET_VAR 'rgb: kotlin.Int declared in test.Color.<init>' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
        FUN DEFAULT_PROPERTY_ACCESSOR name:<get-rgb> signature:test/Color.rgb.<get-rgb>|<get-rgb>(){}[0] visibility:public modality:FINAL returnType:kotlin.Int
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:test.Color
          correspondingProperty: PROPERTY name:rgb signature:test/Color.rgb|{}rgb[0] visibility:public modality:FINAL [val]
          BLOCK_BODY
            RETURN type=kotlin.Nothing from='test/Color.rgb.<get-rgb>|<get-rgb>(){}[0]'
              GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:rgb signature:[ test/Color.rgb|{}rgb[0] <- Local[<BF>] ] type:kotlin.Int visibility:private [final]' type=kotlin.Int origin=null
                receiver: GET_VAR '<this>: test.Color declared in test.Color.<get-rgb>' type=test.Color origin=null
      ENUM_ENTRY name:RED signature:test/Color.RED|null[0]
        init: EXPRESSION_BODY
          ENUM_CONSTRUCTOR_CALL 'private constructor <init> (rgb: kotlin.Int) [primary] declared in test.Color'
            ARG rgb: CONST Int type=kotlin.Int value=16711680
      ENUM_ENTRY name:GREEN signature:test/Color.GREEN|null[0]
        init: EXPRESSION_BODY
          ENUM_CONSTRUCTOR_CALL 'private constructor <init> (rgb: kotlin.Int) [primary] declared in test.Color'
            ARG rgb: CONST Int type=kotlin.Int value=65280
      ENUM_ENTRY name:BLUE signature:test/Color.BLUE|null[0]
        init: EXPRESSION_BODY
          ENUM_CONSTRUCTOR_CALL 'private constructor <init> (rgb: kotlin.Int) [primary] declared in test.Color'
            ARG rgb: CONST Int type=kotlin.Int value=255
      FUN ENUM_CLASS_SPECIAL_MEMBER name:values signature:test/Color.values|values#static(){}[0] visibility:public modality:FINAL returnType:kotlin.Array<test.Color> [companion]
        SYNTHETIC_BODY kind=ENUM_VALUES
      FUN ENUM_CLASS_SPECIAL_MEMBER name:valueOf signature:test/Color.valueOf|valueOf#static(kotlin.String){}[0] visibility:public modality:FINAL returnType:test.Color [companion]
        VALUE_PARAMETER kind:Regular name:value index:0 type:kotlin.String
        SYNTHETIC_BODY kind=ENUM_VALUEOF
      PROPERTY ENUM_CLASS_SPECIAL_MEMBER name:entries signature:test/Color.entries|#static{}entries[0] visibility:public modality:FINAL [val]
        FUN ENUM_CLASS_SPECIAL_MEMBER name:<get-entries> signature:test/Color.entries.<get-entries>|<get-entries>#static(){}[0] visibility:public modality:FINAL returnType:kotlin.enums.EnumEntries<test.Color> [companion]
          correspondingProperty: PROPERTY ENUM_CLASS_SPECIAL_MEMBER name:entries signature:test/Color.entries|#static{}entries[0] visibility:public modality:FINAL [val]
          SYNTHETIC_BODY kind=ENUM_ENTRIES
