MODULE_FRAGMENT
  FILE fqName:<root> fileName:classKinds.kt
    CLASS ANNOTATION_CLASS name:Anno modality:OPEN visibility:public superTypes:[kotlin.Annotation]
      thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Anno
      CONSTRUCTOR visibility:public returnType:<root>.Anno [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any'
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS ANNOTATION_CLASS name:Anno modality:OPEN visibility:public superTypes:[kotlin.Annotation]' type=kotlin.Unit
      FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
        overridden:
          public open fun equals (other: kotlin.Any?): kotlin.Boolean [fake_override,operator] declared in kotlin.Annotation
      FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        overridden:
          public open fun hashCode (): kotlin.Int [fake_override] declared in kotlin.Annotation
      FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        overridden:
          public open fun toString (): kotlin.String [fake_override] declared in kotlin.Annotation
    CLASS CLASS name:Generic modality:FINAL visibility:public superTypes:[<root>.Ordinary; <root>.Intf]
      annotations:
        Anno
      thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Generic<T of <root>.Generic>
      TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
      CONSTRUCTOR visibility:public returnType:<root>.Generic<T of <root>.Generic> [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in <root>.Ordinary'
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Generic modality:FINAL visibility:public superTypes:[<root>.Ordinary; <root>.Intf]' type=kotlin.Unit
      FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
        overridden:
          public open fun equals (other: kotlin.Any?): kotlin.Boolean [fake_override,operator] declared in <root>.Ordinary
          public open fun equals (other: kotlin.Any?): kotlin.Boolean [fake_override,operator] declared in <root>.Intf
      FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        overridden:
          public open fun hashCode (): kotlin.Int [fake_override] declared in <root>.Ordinary
          public open fun hashCode (): kotlin.Int [fake_override] declared in <root>.Intf
      FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        overridden:
          public open fun toString (): kotlin.String [fake_override] declared in <root>.Ordinary
          public open fun toString (): kotlin.String [fake_override] declared in <root>.Intf
      FUN name:run visibility:public modality:OPEN returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Generic<T of <root>.Generic>
        overridden:
          public abstract fun run (): kotlin.Unit declared in <root>.Intf
        BLOCK_BODY
    CLASS CLASS name:Operation modality:SEALED visibility:public superTypes:[kotlin.Any]
      sealedSubclasses:
        CLASS CLASS name:Add modality:FINAL visibility:public superTypes:[<root>.Operation]
        CLASS CLASS name:Negate modality:FINAL visibility:public superTypes:[<root>.Operation]
        CLASS CLASS name:Subtract modality:FINAL visibility:public superTypes:[<root>.Operation]
      thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Operation
      CLASS CLASS name:Add modality:FINAL visibility:public superTypes:[<root>.Operation]
        thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Operation.Add
        PROPERTY name:firstValue visibility:public modality:FINAL [val]
          FIELD PROPERTY_BACKING_FIELD name:firstValue type:kotlin.Int visibility:private [final]
            EXPRESSION_BODY
              GET_VAR 'firstValue: kotlin.Int declared in <root>.Operation.Add.<init>' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
          FUN DEFAULT_PROPERTY_ACCESSOR name:<get-firstValue> visibility:public modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Operation.Add
            correspondingProperty: PROPERTY name:firstValue visibility:public modality:FINAL [val]
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='public final fun <get-firstValue> (): kotlin.Int declared in <root>.Operation.Add'
                GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:firstValue type:kotlin.Int visibility:private [final]' type=kotlin.Int origin=null
                  receiver: GET_VAR '<this>: <root>.Operation.Add declared in <root>.Operation.Add.<get-firstValue>' type=<root>.Operation.Add origin=null
        PROPERTY name:secondValue visibility:public modality:FINAL [val]
          FIELD PROPERTY_BACKING_FIELD name:secondValue type:kotlin.Int visibility:private [final]
            EXPRESSION_BODY
              GET_VAR 'secondValue: kotlin.Int declared in <root>.Operation.Add.<init>' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
          FUN DEFAULT_PROPERTY_ACCESSOR name:<get-secondValue> visibility:public modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Operation.Add
            correspondingProperty: PROPERTY name:secondValue visibility:public modality:FINAL [val]
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='public final fun <get-secondValue> (): kotlin.Int declared in <root>.Operation.Add'
                GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:secondValue type:kotlin.Int visibility:private [final]' type=kotlin.Int origin=null
                  receiver: GET_VAR '<this>: <root>.Operation.Add declared in <root>.Operation.Add.<get-secondValue>' type=<root>.Operation.Add origin=null
        CONSTRUCTOR visibility:public returnType:<root>.Operation.Add [primary]
          VALUE_PARAMETER kind:Regular name:firstValue index:0 type:kotlin.Int
          VALUE_PARAMETER kind:Regular name:secondValue index:1 type:kotlin.Int
          BLOCK_BODY
            DELEGATING_CONSTRUCTOR_CALL 'protected constructor <init> () [primary] declared in <root>.Operation'
            INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Add modality:FINAL visibility:public superTypes:[<root>.Operation]' type=kotlin.Unit
        FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
          VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
          overridden:
            public open fun equals (other: kotlin.Any?): kotlin.Boolean [fake_override,operator] declared in <root>.Operation
        FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
          overridden:
            public open fun hashCode (): kotlin.Int [fake_override] declared in <root>.Operation
        FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
          overridden:
            public open fun toString (): kotlin.String [fake_override] declared in <root>.Operation
      CLASS CLASS name:Negate modality:FINAL visibility:public superTypes:[<root>.Operation]
        thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Operation.Negate
        PROPERTY name:value visibility:public modality:FINAL [val]
          FIELD PROPERTY_BACKING_FIELD name:value type:kotlin.Int visibility:private [final]
            EXPRESSION_BODY
              GET_VAR 'value: kotlin.Int declared in <root>.Operation.Negate.<init>' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
          FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Operation.Negate
            correspondingProperty: PROPERTY name:value visibility:public modality:FINAL [val]
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='public final fun <get-value> (): kotlin.Int declared in <root>.Operation.Negate'
                GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:value type:kotlin.Int visibility:private [final]' type=kotlin.Int origin=null
                  receiver: GET_VAR '<this>: <root>.Operation.Negate declared in <root>.Operation.Negate.<get-value>' type=<root>.Operation.Negate origin=null
        CONSTRUCTOR visibility:public returnType:<root>.Operation.Negate [primary]
          VALUE_PARAMETER kind:Regular name:value index:0 type:kotlin.Int
          BLOCK_BODY
            DELEGATING_CONSTRUCTOR_CALL 'protected constructor <init> () [primary] declared in <root>.Operation'
            INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Negate modality:FINAL visibility:public superTypes:[<root>.Operation]' type=kotlin.Unit
        FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
          VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
          overridden:
            public open fun equals (other: kotlin.Any?): kotlin.Boolean [fake_override,operator] declared in <root>.Operation
        FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
          overridden:
            public open fun hashCode (): kotlin.Int [fake_override] declared in <root>.Operation
        FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
          overridden:
            public open fun toString (): kotlin.String [fake_override] declared in <root>.Operation
      CLASS CLASS name:Subtract modality:FINAL visibility:public superTypes:[<root>.Operation]
        thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Operation.Subtract
        PROPERTY name:minuend visibility:public modality:FINAL [val]
          FIELD PROPERTY_BACKING_FIELD name:minuend type:kotlin.Int visibility:private [final]
            EXPRESSION_BODY
              GET_VAR 'minuend: kotlin.Int declared in <root>.Operation.Subtract.<init>' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
          FUN DEFAULT_PROPERTY_ACCESSOR name:<get-minuend> visibility:public modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Operation.Subtract
            correspondingProperty: PROPERTY name:minuend visibility:public modality:FINAL [val]
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='public final fun <get-minuend> (): kotlin.Int declared in <root>.Operation.Subtract'
                GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:minuend type:kotlin.Int visibility:private [final]' type=kotlin.Int origin=null
                  receiver: GET_VAR '<this>: <root>.Operation.Subtract declared in <root>.Operation.Subtract.<get-minuend>' type=<root>.Operation.Subtract origin=null
        PROPERTY name:subtrahend visibility:public modality:FINAL [val]
          FIELD PROPERTY_BACKING_FIELD name:subtrahend type:kotlin.Int visibility:private [final]
            EXPRESSION_BODY
              GET_VAR 'subtrahend: kotlin.Int declared in <root>.Operation.Subtract.<init>' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
          FUN DEFAULT_PROPERTY_ACCESSOR name:<get-subtrahend> visibility:public modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Operation.Subtract
            correspondingProperty: PROPERTY name:subtrahend visibility:public modality:FINAL [val]
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='public final fun <get-subtrahend> (): kotlin.Int declared in <root>.Operation.Subtract'
                GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:subtrahend type:kotlin.Int visibility:private [final]' type=kotlin.Int origin=null
                  receiver: GET_VAR '<this>: <root>.Operation.Subtract declared in <root>.Operation.Subtract.<get-subtrahend>' type=<root>.Operation.Subtract origin=null
        CONSTRUCTOR visibility:public returnType:<root>.Operation.Subtract [primary]
          VALUE_PARAMETER kind:Regular name:minuend index:0 type:kotlin.Int
          VALUE_PARAMETER kind:Regular name:subtrahend index:1 type:kotlin.Int
          BLOCK_BODY
            DELEGATING_CONSTRUCTOR_CALL 'protected constructor <init> () [primary] declared in <root>.Operation'
            INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Subtract modality:FINAL visibility:public superTypes:[<root>.Operation]' type=kotlin.Unit
        FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
          VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
          overridden:
            public open fun equals (other: kotlin.Any?): kotlin.Boolean [fake_override,operator] declared in <root>.Operation
        FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
          overridden:
            public open fun hashCode (): kotlin.Int [fake_override] declared in <root>.Operation
        FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
          overridden:
            public open fun toString (): kotlin.String [fake_override] declared in <root>.Operation
      CONSTRUCTOR visibility:protected returnType:<root>.Operation [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any'
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Operation modality:SEALED visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit
      FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
        overridden:
          public open fun equals (other: kotlin.Any?): kotlin.Boolean [operator] declared in kotlin.Any
      FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        overridden:
          public open fun hashCode (): kotlin.Int declared in kotlin.Any
      FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        overridden:
          public open fun toString (): kotlin.String declared in kotlin.Any
    CLASS CLASS name:Ordinary modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
      thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Ordinary
      CONSTRUCTOR visibility:public returnType:<root>.Ordinary [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any'
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Ordinary modality:ABSTRACT visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit
      FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
        overridden:
          public open fun equals (other: kotlin.Any?): kotlin.Boolean [operator] declared in kotlin.Any
      FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        overridden:
          public open fun hashCode (): kotlin.Int declared in kotlin.Any
      FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        overridden:
          public open fun toString (): kotlin.String declared in kotlin.Any
    CLASS ENUM_CLASS name:Direction modality:FINAL visibility:public superTypes:[kotlin.Enum<<root>.Direction>]
      thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Direction
      ENUM_ENTRY name:NORTH
        init: EXPRESSION_BODY
          ENUM_CONSTRUCTOR_CALL 'private constructor <init> () [primary] declared in <root>.Direction'
      ENUM_ENTRY name:SOUTH
        init: EXPRESSION_BODY
          ENUM_CONSTRUCTOR_CALL 'private constructor <init> () [primary] declared in <root>.Direction'
      ENUM_ENTRY name:WEST
        init: EXPRESSION_BODY
          ENUM_CONSTRUCTOR_CALL 'private constructor <init> () [primary] declared in <root>.Direction'
      ENUM_ENTRY name:EAST
        init: EXPRESSION_BODY
          ENUM_CONSTRUCTOR_CALL 'private constructor <init> () [primary] declared in <root>.Direction'
      CONSTRUCTOR visibility:private returnType:<root>.Direction [primary]
        BLOCK_BODY
          ENUM_CONSTRUCTOR_CALL 'public constructor <init> (name: kotlin.String, ordinal: kotlin.Int) [primary] declared in kotlin.Enum'
            TYPE_ARG E: <root>.Direction
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS ENUM_CLASS name:Direction modality:FINAL visibility:public superTypes:[kotlin.Enum<<root>.Direction>]' type=kotlin.Unit
      FUN ENUM_CLASS_SPECIAL_MEMBER name:valueOf visibility:public modality:FINAL returnType:<root>.Direction [companion]
        VALUE_PARAMETER kind:Regular name:value index:0 type:kotlin.String
        SYNTHETIC_BODY kind=ENUM_VALUEOF
      FUN ENUM_CLASS_SPECIAL_MEMBER name:values visibility:public modality:FINAL returnType:kotlin.Array<<root>.Direction> [companion]
        SYNTHETIC_BODY kind=ENUM_VALUES
      FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL returnType:kotlin.Any [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Enum<<root>.Direction>
        overridden:
          protected final fun clone (): kotlin.Any declared in kotlin.Enum
      FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL returnType:kotlin.Int [fake_override,operator]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Enum<<root>.Direction>
        VALUE_PARAMETER kind:Regular name:other index:1 type:<root>.Direction
        overridden:
          public final fun compareTo (other: E of kotlin.Enum): kotlin.Int [operator] declared in kotlin.Enum
      FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL returnType:kotlin.Boolean [fake_override,operator]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Enum<<root>.Direction>
        VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
        overridden:
          public final fun equals (other: kotlin.Any?): kotlin.Boolean [operator] declared in kotlin.Enum
      FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL returnType:kotlin.Unit [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Enum<<root>.Direction>
        overridden:
          protected/*protected and package*/ final fun finalize (): kotlin.Unit declared in kotlin.Enum
      FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL returnType:@[FlexibleNullability] java.lang.Class<@[FlexibleNullability] <root>.Direction?>? [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Enum<<root>.Direction>
        overridden:
          public final fun getDeclaringClass (): @[FlexibleNullability] java.lang.Class<@[FlexibleNullability] E of kotlin.Enum?>? declared in kotlin.Enum
      FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL returnType:kotlin.Int [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Enum<<root>.Direction>
        overridden:
          public final fun hashCode (): kotlin.Int declared in kotlin.Enum
      FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Enum<<root>.Direction>
        overridden:
          public open fun toString (): kotlin.String declared in kotlin.Enum
      PROPERTY ENUM_CLASS_SPECIAL_MEMBER name:entries visibility:public modality:FINAL [val]
        FUN ENUM_CLASS_SPECIAL_MEMBER name:<get-entries> visibility:public modality:FINAL returnType:kotlin.enums.EnumEntries<<root>.Direction> [companion]
          correspondingProperty: PROPERTY ENUM_CLASS_SPECIAL_MEMBER name:entries visibility:public modality:FINAL [val]
          SYNTHETIC_BODY kind=ENUM_ENTRIES
      PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
        annotations:
          IntrinsicConstEvaluation
        overridden:
          public final name: kotlin.String [val] declared in kotlin.Enum
        FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL returnType:kotlin.String [fake_override]
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Enum<<root>.Direction>
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-name> (): kotlin.String declared in kotlin.Enum
      PROPERTY FAKE_OVERRIDE name:ordinal visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final ordinal: kotlin.Int [val] declared in kotlin.Enum
        FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL returnType:kotlin.Int [fake_override]
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Enum<<root>.Direction>
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:ordinal visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-ordinal> (): kotlin.Int declared in kotlin.Enum
    CLASS INTERFACE name:Intf modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
      thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Intf
      FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
        overridden:
          public open fun equals (other: kotlin.Any?): kotlin.Boolean [operator] declared in kotlin.Any
      FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        overridden:
          public open fun hashCode (): kotlin.Int declared in kotlin.Any
      FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        overridden:
          public open fun toString (): kotlin.String declared in kotlin.Any
      FUN name:run visibility:public modality:ABSTRACT returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Intf
