FILE fqName:<root> fileName:/test.kt
  CLASS CLASS name:A modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.A
    CONSTRUCTOR visibility:public <> () returnType:<root>.A [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:A modality:ABSTRACT visibility:public superTypes:[kotlin.Any]'
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN name:funA1 visibility:public modality:OPEN <> ($this:<root>.A) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.A
      BLOCK_BODY
    FUN name:funA2 visibility:protected modality:OPEN <> ($this:<root>.A) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.A
      BLOCK_BODY
    FUN name:funA3 visibility:internal modality:OPEN <> ($this:<root>.A) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.A
      BLOCK_BODY
  CLASS CLASS name:B modality:ABSTRACT visibility:public superTypes:[<root>.A]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.B
    CONSTRUCTOR visibility:public <> () returnType:<root>.B [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.A'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:B modality:ABSTRACT visibility:public superTypes:[<root>.A]'
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.A
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in <root>.A
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in <root>.A
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN name:funA1 visibility:public modality:OPEN <> ($this:<root>.B) returnType:kotlin.Unit
      overridden:
        public open fun funA1 (): kotlin.Unit declared in <root>.A
      $this: VALUE_PARAMETER name:<this> type:<root>.B
      BLOCK_BODY
    FUN name:funA2 visibility:protected modality:OPEN <> ($this:<root>.B) returnType:kotlin.Unit
      overridden:
        protected open fun funA2 (): kotlin.Unit declared in <root>.A
      $this: VALUE_PARAMETER name:<this> type:<root>.B
      BLOCK_BODY
    FUN name:funA3 visibility:internal modality:OPEN <> ($this:<root>.B) returnType:kotlin.Unit
      overridden:
        internal open fun funA3 (): kotlin.Unit declared in <root>.A
      $this: VALUE_PARAMETER name:<this> type:<root>.B
      BLOCK_BODY
  CLASS CLASS name:C modality:FINAL visibility:public superTypes:[<root>.J]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.C
    CONSTRUCTOR visibility:public <> () returnType:<root>.C [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.J'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:C modality:FINAL visibility:public superTypes:[<root>.J]'
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.J
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:funA1 visibility:public modality:OPEN <> ($this:<root>.B) returnType:kotlin.Unit [fake_override]
      overridden:
        public open fun funA1 (): kotlin.Unit declared in <root>.J
      $this: VALUE_PARAMETER name:<this> type:<root>.B
    FUN FAKE_OVERRIDE name:funA2 visibility:protected modality:OPEN <> ($this:<root>.B) returnType:kotlin.Unit [fake_override]
      overridden:
        protected open fun funA2 (): kotlin.Unit declared in <root>.J
      $this: VALUE_PARAMETER name:<this> type:<root>.B
    FUN FAKE_OVERRIDE name:funA3 visibility:internal modality:OPEN <> ($this:<root>.B) returnType:kotlin.Unit [fake_override]
      overridden:
        internal open fun funA3 (): kotlin.Unit declared in <root>.J
      $this: VALUE_PARAMETER name:<this> type:<root>.B
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in <root>.J
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in <root>.J
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
  FUN name:test visibility:public modality:FINAL <> (c:<root>.C) returnType:kotlin.Unit
    VALUE_PARAMETER name:c index:0 type:<root>.C
    BLOCK_BODY
      CALL 'public open fun funA1 (): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        $this: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
      CALL 'internal open fun funA3 (): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        $this: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
