FILE fqName:<root> fileName:/1.kt
  CLASS ANNOTATION_CLASS name:MyAnnotation modality:OPEN visibility:public superTypes:[kotlin.Annotation]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.MyAnnotation
    CONSTRUCTOR visibility:public <> () returnType:<root>.MyAnnotation [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS ANNOTATION_CLASS name:MyAnnotation modality:OPEN visibility:public superTypes:[kotlin.Annotation]'
    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.Annotation
      $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.Annotation
      $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.Annotation
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
  CLASS CLASS name:A modality:OPEN visibility:public superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.A
    PROPERTY name:a visibility:public modality:OPEN [val]
      annotations:
        MyAnnotation
      FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private [final]
        EXPRESSION_BODY
          CONST Int type=kotlin.Int value=1
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-a> visibility:public modality:OPEN <> ($this:<root>.A) returnType:kotlin.Int
        correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [val]
        $this: VALUE_PARAMETER name:<this> type:<root>.A
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-a> (): kotlin.Int declared in <root>.A'
            GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private [final]' type=kotlin.Int origin=null
              receiver: GET_VAR '<this>: <root>.A declared in <root>.A.<get-a>' type=<root>.A origin=null
    CONSTRUCTOR visibility:public <> (i:kotlin.Int) returnType:<root>.A
      annotations:
        MyAnnotation
      VALUE_PARAMETER name:i index:0 type:kotlin.Int
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:A modality:OPEN 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:foo visibility:public modality:OPEN <> ($this:<root>.A, a:kotlin.Int) returnType:kotlin.Unit
      annotations:
        MyAnnotation
      $this: VALUE_PARAMETER name:<this> type:<root>.A
      VALUE_PARAMETER name:a index:0 type:kotlin.Int
        annotations:
          MyAnnotation
      BLOCK_BODY
    PROPERTY name:b visibility:public modality:OPEN [var]
      FUN name:<get-b> visibility:public modality:OPEN <> ($this:<root>.A) returnType:kotlin.Int
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY name:b visibility:public modality:OPEN [var]
        $this: VALUE_PARAMETER name:<this> type:<root>.A
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-b> (): kotlin.Int declared in <root>.A'
            CONST Int type=kotlin.Int value=10
      FUN name:<set-b> visibility:public modality:OPEN <> ($this:<root>.A, value:kotlin.Int) returnType:kotlin.Unit
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY name:b visibility:public modality:OPEN [var]
        $this: VALUE_PARAMETER name:<this> type:<root>.A
        VALUE_PARAMETER name:value index:0 type:kotlin.Int
        BLOCK_BODY
  CLASS CLASS name:B modality:FINAL visibility:public superTypes:[<root>.Java1]
    $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> (i: kotlin.Int) declared in <root>.Java1'
          i: CONST Int type=kotlin.Int value=1
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:B modality:FINAL visibility:public superTypes:[<root>.Java1]'
    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>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> ($this:<root>.A, a:kotlin.Int) returnType:kotlin.Unit [fake_override]
      annotations:
        MyAnnotation
      overridden:
        public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.A
      VALUE_PARAMETER name:a index:0 type:kotlin.Int
        annotations:
          MyAnnotation
    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>.Java1
      $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>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:OPEN [fake_override,val]
      annotations:
        MyAnnotation
      overridden:
        public open a: kotlin.Int
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:OPEN <> ($this:<root>.Java1) returnType:kotlin.Int [fake_override]
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open fun <get-a> (): kotlin.Int declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.Java1
    PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
      overridden:
        public open b: kotlin.Int
      FUN FAKE_OVERRIDE name:<get-b> visibility:public modality:OPEN <> ($this:<root>.Java1) returnType:kotlin.Int [fake_override]
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
        overridden:
          public open fun <get-b> (): kotlin.Int declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.Java1
      FUN FAKE_OVERRIDE name:<set-b> visibility:public modality:OPEN <> ($this:<root>.Java1, value:kotlin.Int) returnType:kotlin.Unit [fake_override]
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
        overridden:
          public open fun <set-b> (value: kotlin.Int): kotlin.Unit declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.Java1
        VALUE_PARAMETER name:value index:0 type:kotlin.Int
  CLASS CLASS name:C modality:FINAL visibility:public superTypes:[<root>.Java1]
    $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> (i: kotlin.Int) declared in <root>.Java1'
          i: CONST Int type=kotlin.Int value=1
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:C modality:FINAL visibility:public superTypes:[<root>.Java1]'
    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>.Java1
      $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>.Java1
      $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>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN name:foo visibility:public modality:OPEN <> ($this:<root>.C, a:kotlin.Int) returnType:kotlin.Unit
      overridden:
        public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.C
      VALUE_PARAMETER name:a index:0 type:kotlin.Int
      BLOCK_BODY
    PROPERTY name:a visibility:public modality:OPEN [val]
      overridden:
        public open a: kotlin.Int
      FUN name:<get-a> visibility:public modality:OPEN <> ($this:<root>.C) returnType:kotlin.Int
        correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [val]
        overridden:
          public open fun <get-a> (): kotlin.Int declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.C
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-a> (): kotlin.Int declared in <root>.C'
            CONST Int type=kotlin.Int value=10
    PROPERTY name:b visibility:public modality:OPEN [var]
      overridden:
        public open b: kotlin.Int
      FUN name:<get-b> visibility:public modality:OPEN <> ($this:<root>.C) returnType:kotlin.Int
        correspondingProperty: PROPERTY name:b visibility:public modality:OPEN [var]
        overridden:
          public open fun <get-b> (): kotlin.Int declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.C
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-b> (): kotlin.Int declared in <root>.C'
            CONST Int type=kotlin.Int value=11
      FUN name:<set-b> visibility:public modality:OPEN <> ($this:<root>.C, value:kotlin.Int) returnType:kotlin.Unit
        correspondingProperty: PROPERTY name:b visibility:public modality:OPEN [var]
        overridden:
          public open fun <set-b> (value: kotlin.Int): kotlin.Unit declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.C
        VALUE_PARAMETER name:value index:0 type:kotlin.Int
        BLOCK_BODY
  CLASS CLASS name:D modality:FINAL visibility:public superTypes:[<root>.Java2]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.D
    CONSTRUCTOR visibility:public <> () returnType:<root>.D [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (i: kotlin.Int) declared in <root>.Java2'
          i: CONST Int type=kotlin.Int value=2
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:D modality:FINAL visibility:public superTypes:[<root>.Java2]'
    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>.Java2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> ($this:<root>.Java2, a:kotlin.Int) returnType:kotlin.Unit [fake_override]
      annotations:
        Override
      overridden:
        public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:<root>.Java2
      VALUE_PARAMETER name:a index:0 type:kotlin.Int
    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>.Java2
      $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>.Java2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:OPEN [fake_override,val]
      overridden:
        public open a: kotlin.Int
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:OPEN <> ($this:<root>.Java2) returnType:kotlin.Int [fake_override]
        annotations:
          Override
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open fun <get-a> (): kotlin.Int declared in <root>.Java2
        $this: VALUE_PARAMETER name:<this> type:<root>.Java2
    PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
      overridden:
        public open b: kotlin.Int
      FUN FAKE_OVERRIDE name:<get-b> visibility:public modality:OPEN <> ($this:<root>.Java2) returnType:kotlin.Int [fake_override]
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
        overridden:
          public open fun <get-b> (): kotlin.Int declared in <root>.Java2
        $this: VALUE_PARAMETER name:<this> type:<root>.Java2
      FUN FAKE_OVERRIDE name:<set-b> visibility:public modality:OPEN <> ($this:<root>.Java2, value:kotlin.Int) returnType:kotlin.Unit [fake_override]
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
        overridden:
          public open fun <set-b> (value: kotlin.Int): kotlin.Unit declared in <root>.Java2
        $this: VALUE_PARAMETER name:<this> type:<root>.Java2
        VALUE_PARAMETER name:value index:0 type:kotlin.Int
  CLASS CLASS name:E modality:FINAL visibility:public superTypes:[<root>.Java2]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.E
    PROPERTY name:b visibility:public modality:OPEN [var]
      overridden:
        public open b: kotlin.Int
      FIELD PROPERTY_BACKING_FIELD name:b type:kotlin.Int visibility:private
        EXPRESSION_BODY
          CONST Int type=kotlin.Int value=0
      FUN name:<get-b> visibility:public modality:OPEN <> ($this:<root>.E) returnType:kotlin.Int
        correspondingProperty: PROPERTY name:b visibility:public modality:OPEN [var]
        overridden:
          public open fun <get-b> (): kotlin.Int declared in <root>.Java2
        $this: VALUE_PARAMETER name:<this> type:<root>.E
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-b> (): kotlin.Int declared in <root>.E'
            CONST Int type=kotlin.Int value=11
      FUN DEFAULT_PROPERTY_ACCESSOR name:<set-b> visibility:public modality:OPEN <> ($this:<root>.E, <set-?>:kotlin.Int) returnType:kotlin.Unit
        correspondingProperty: PROPERTY name:b visibility:public modality:OPEN [var]
        overridden:
          public open fun <set-b> (value: kotlin.Int): kotlin.Unit declared in <root>.Java2
        $this: VALUE_PARAMETER name:<this> type:<root>.E
        VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
        BLOCK_BODY
          SET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:b type:kotlin.Int visibility:private' type=kotlin.Unit origin=null
            receiver: GET_VAR '<this>: <root>.E declared in <root>.E.<set-b>' type=<root>.E origin=null
            value: GET_VAR '<set-?>: kotlin.Int declared in <root>.E.<set-b>' type=kotlin.Int origin=null
    CONSTRUCTOR visibility:public <> () returnType:<root>.E [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (i: kotlin.Int) declared in <root>.Java2'
          i: CONST Int type=kotlin.Int value=2
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:E modality:FINAL visibility:public superTypes:[<root>.Java2]'
    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>.Java2
      $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>.Java2
      $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>.Java2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN name:foo visibility:public modality:OPEN <> ($this:<root>.E, a:kotlin.Int) returnType:kotlin.Unit
      overridden:
        public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:<root>.E
      VALUE_PARAMETER name:a index:0 type:kotlin.Int
      BLOCK_BODY
    PROPERTY name:a visibility:public modality:OPEN [val]
      overridden:
        public open a: kotlin.Int
      FUN name:<get-a> visibility:public modality:OPEN <> ($this:<root>.E) returnType:kotlin.Int
        correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [val]
        overridden:
          public open fun <get-a> (): kotlin.Int declared in <root>.Java2
        $this: VALUE_PARAMETER name:<this> type:<root>.E
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-a> (): kotlin.Int declared in <root>.E'
            CONST Int type=kotlin.Int value=10
  CLASS CLASS name:F modality:ABSTRACT visibility:public superTypes:[<root>.Java1; <root>.Java3]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.F
    CONSTRUCTOR visibility:public <> () returnType:<root>.F [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (i: kotlin.Int) declared in <root>.Java1'
          i: CONST Int type=kotlin.Int value=1
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:F modality:ABSTRACT visibility:public superTypes:[<root>.Java1; <root>.Java3]'
    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>.Java1
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> ($this:<root>.A, a:kotlin.Int) returnType:kotlin.Unit [fake_override]
      annotations:
        MyAnnotation
      overridden:
        public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.Java1
        public abstract fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:<root>.A
      VALUE_PARAMETER name:a index:0 type:kotlin.Int
        annotations:
          MyAnnotation
    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>.Java1
        public open fun hashCode (): kotlin.Int declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:setA visibility:public modality:ABSTRACT <> ($this:<root>.Java3, a:kotlin.Int) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun setA (a: kotlin.Int): kotlin.Unit declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:<root>.Java3
      VALUE_PARAMETER name:a index:0 type:kotlin.Int
    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>.Java1
        public open fun toString (): kotlin.String declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:OPEN [fake_override,val]
      annotations:
        MyAnnotation
      overridden:
        public open a: kotlin.Int
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:OPEN <> ($this:<root>.Java1) returnType:kotlin.Int [fake_override]
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open fun <get-a> (): kotlin.Int declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.Java1
    PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
      overridden:
        public open b: kotlin.Int
      FUN FAKE_OVERRIDE name:<get-b> visibility:public modality:OPEN <> ($this:<root>.Java1) returnType:kotlin.Int [fake_override]
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
        overridden:
          public open fun <get-b> (): kotlin.Int declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.Java1
      FUN FAKE_OVERRIDE name:<set-b> visibility:public modality:OPEN <> ($this:<root>.Java1, value:kotlin.Int) returnType:kotlin.Unit [fake_override]
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
        overridden:
          public open fun <set-b> (value: kotlin.Int): kotlin.Unit declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.Java1
        VALUE_PARAMETER name:value index:0 type:kotlin.Int
  CLASS CLASS name:G modality:FINAL visibility:public superTypes:[<root>.Java1; <root>.Java3]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.G
    CONSTRUCTOR visibility:public <> () returnType:<root>.G [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (i: kotlin.Int) declared in <root>.Java1'
          i: CONST Int type=kotlin.Int value=1
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:G modality:FINAL visibility:public superTypes:[<root>.Java1; <root>.Java3]'
    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>.Java1
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java3
      $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>.Java1
        public open fun hashCode (): kotlin.Int declared in <root>.Java3
      $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>.Java1
        public open fun toString (): kotlin.String declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN name:foo visibility:public modality:OPEN <> ($this:<root>.G, a:kotlin.Int) returnType:kotlin.Unit
      overridden:
        public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.Java1
        public abstract fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:<root>.G
      VALUE_PARAMETER name:a index:0 type:kotlin.Int
      BLOCK_BODY
    FUN name:setA visibility:public modality:OPEN <> ($this:<root>.G, a:kotlin.Int) returnType:kotlin.Unit
      overridden:
        public abstract fun setA (a: kotlin.Int): kotlin.Unit declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:<root>.G
      VALUE_PARAMETER name:a index:0 type:kotlin.Int
      BLOCK_BODY
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:OPEN [fake_override,val]
      annotations:
        MyAnnotation
      overridden:
        public open a: kotlin.Int
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:OPEN <> ($this:<root>.Java1) returnType:kotlin.Int [fake_override]
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open fun <get-a> (): kotlin.Int declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.Java1
    PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
      overridden:
        public open b: kotlin.Int
      FUN FAKE_OVERRIDE name:<get-b> visibility:public modality:OPEN <> ($this:<root>.Java1) returnType:kotlin.Int [fake_override]
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
        overridden:
          public open fun <get-b> (): kotlin.Int declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.Java1
      FUN FAKE_OVERRIDE name:<set-b> visibility:public modality:OPEN <> ($this:<root>.Java1, value:kotlin.Int) returnType:kotlin.Unit [fake_override]
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
        overridden:
          public open fun <set-b> (value: kotlin.Int): kotlin.Unit declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.Java1
        VALUE_PARAMETER name:value index:0 type:kotlin.Int
  CLASS CLASS name:H modality:FINAL visibility:public superTypes:[<root>.Java1; <root>.KotlinInterface]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.H
    CONSTRUCTOR visibility:public <> () returnType:<root>.H [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (i: kotlin.Int) declared in <root>.Java1'
          i: CONST Int type=kotlin.Int value=1
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:H modality:FINAL visibility:public superTypes:[<root>.Java1; <root>.KotlinInterface]'
    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>.Java1
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.KotlinInterface
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> ($this:<root>.A, a:kotlin.Int) returnType:kotlin.Unit [fake_override]
      annotations:
        MyAnnotation
      overridden:
        public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.Java1
        public abstract fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.KotlinInterface
      $this: VALUE_PARAMETER name:<this> type:<root>.A
      VALUE_PARAMETER name:a index:0 type:kotlin.Int
        annotations:
          MyAnnotation
    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>.Java1
        public open fun hashCode (): kotlin.Int declared in <root>.KotlinInterface
      $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>.Java1
        public open fun toString (): kotlin.String declared in <root>.KotlinInterface
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:OPEN [fake_override,val]
      annotations:
        MyAnnotation
      overridden:
        public open a: kotlin.Int
        public abstract a: kotlin.Int
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:OPEN <> ($this:<root>.Java1) returnType:kotlin.Int [fake_override]
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open fun <get-a> (): kotlin.Int declared in <root>.Java1
          public abstract fun <get-a> (): kotlin.Int declared in <root>.KotlinInterface
        $this: VALUE_PARAMETER name:<this> type:<root>.Java1
    PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
      overridden:
        public open b: kotlin.Int
        public abstract b: kotlin.Int
      FUN FAKE_OVERRIDE name:<get-b> visibility:public modality:OPEN <> ($this:<root>.Java1) returnType:kotlin.Int [fake_override]
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
        overridden:
          public open fun <get-b> (): kotlin.Int declared in <root>.Java1
          public abstract fun <get-b> (): kotlin.Int declared in <root>.KotlinInterface
        $this: VALUE_PARAMETER name:<this> type:<root>.Java1
      FUN FAKE_OVERRIDE name:<set-b> visibility:public modality:OPEN <> ($this:<root>.Java1, value:kotlin.Int) returnType:kotlin.Unit [fake_override]
        annotations:
          MyAnnotation
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
        overridden:
          public open fun <set-b> (value: kotlin.Int): kotlin.Unit declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.Java1
        VALUE_PARAMETER name:value index:0 type:kotlin.Int
  CLASS CLASS name:I modality:FINAL visibility:public superTypes:[<root>.Java1; <root>.KotlinInterface]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.I
    CONSTRUCTOR visibility:public <> () returnType:<root>.I [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (i: kotlin.Int) declared in <root>.Java1'
          i: CONST Int type=kotlin.Int value=1
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:I modality:FINAL visibility:public superTypes:[<root>.Java1; <root>.KotlinInterface]'
    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>.Java1
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.KotlinInterface
      $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>.Java1
        public open fun hashCode (): kotlin.Int declared in <root>.KotlinInterface
      $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>.Java1
        public open fun toString (): kotlin.String declared in <root>.KotlinInterface
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN name:foo visibility:public modality:OPEN <> ($this:<root>.I, a:kotlin.Int) returnType:kotlin.Unit
      overridden:
        public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.Java1
        public abstract fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.KotlinInterface
      $this: VALUE_PARAMETER name:<this> type:<root>.I
      VALUE_PARAMETER name:a index:0 type:kotlin.Int
      BLOCK_BODY
    PROPERTY name:a visibility:public modality:OPEN [val]
      overridden:
        public open a: kotlin.Int
        public abstract a: kotlin.Int
      FUN name:<get-a> visibility:public modality:OPEN <> ($this:<root>.I) returnType:kotlin.Int
        correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [val]
        overridden:
          public open fun <get-a> (): kotlin.Int declared in <root>.Java1
          public abstract fun <get-a> (): kotlin.Int declared in <root>.KotlinInterface
        $this: VALUE_PARAMETER name:<this> type:<root>.I
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-a> (): kotlin.Int declared in <root>.I'
            CONST Int type=kotlin.Int value=2
    PROPERTY name:b visibility:public modality:OPEN [var]
      overridden:
        public open b: kotlin.Int
        public abstract b: kotlin.Int
      FUN name:<get-b> visibility:public modality:OPEN <> ($this:<root>.I) returnType:kotlin.Int
        correspondingProperty: PROPERTY name:b visibility:public modality:OPEN [var]
        overridden:
          public open fun <get-b> (): kotlin.Int declared in <root>.Java1
          public abstract fun <get-b> (): kotlin.Int declared in <root>.KotlinInterface
        $this: VALUE_PARAMETER name:<this> type:<root>.I
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-b> (): kotlin.Int declared in <root>.I'
            CONST Int type=kotlin.Int value=2
      FUN name:<set-b> visibility:public modality:OPEN <> ($this:<root>.I, value:kotlin.Int) returnType:kotlin.Unit
        correspondingProperty: PROPERTY name:b visibility:public modality:OPEN [var]
        overridden:
          public open fun <set-b> (value: kotlin.Int): kotlin.Unit declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.I
        VALUE_PARAMETER name:value index:0 type:kotlin.Int
        BLOCK_BODY
  CLASS INTERFACE name:KotlinInterface modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.KotlinInterface
    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:foo visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface, a:kotlin.Int) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
      VALUE_PARAMETER name:a index:0 type:kotlin.Int
    PROPERTY name:a visibility:public modality:ABSTRACT [val]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface) returnType:kotlin.Int
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [val]
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
    PROPERTY name:b visibility:public modality:ABSTRACT [val]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-b> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface) returnType:kotlin.Int
        correspondingProperty: PROPERTY name:b visibility:public modality:ABSTRACT [val]
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
  FUN name:test visibility:public modality:FINAL <> (b:<root>.B, c:<root>.C, d:<root>.D, e:<root>.E, f:<root>.F, g:<root>.G, h:<root>.H, i:<root>.I) returnType:kotlin.Unit
    VALUE_PARAMETER name:b index:0 type:<root>.B
    VALUE_PARAMETER name:c index:1 type:<root>.C
    VALUE_PARAMETER name:d index:2 type:<root>.D
    VALUE_PARAMETER name:e index:3 type:<root>.E
    VALUE_PARAMETER name:f index:4 type:<root>.F
    VALUE_PARAMETER name:g index:5 type:<root>.G
    VALUE_PARAMETER name:h index:6 type:<root>.H
    VALUE_PARAMETER name:i index:7 type:<root>.I
    BLOCK_BODY
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-a> (): kotlin.Int declared in <root>.B' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-b> (): kotlin.Int declared in <root>.B' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
      CALL 'public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.B' type=kotlin.Unit origin=null
        $this: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
        a: CONST Int type=kotlin.Int value=1
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-a> (): kotlin.Int declared in <root>.C' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-b> (): kotlin.Int declared in <root>.C' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
      CALL 'public open fun foo (a: kotlin.Int): 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
        a: CONST Int type=kotlin.Int value=1
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-a> (): kotlin.Int declared in <root>.D' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-b> (): kotlin.Int declared in <root>.D' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
      CALL 'public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.D' type=kotlin.Unit origin=null
        $this: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
        a: CONST Int type=kotlin.Int value=1
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-a> (): kotlin.Int declared in <root>.E' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-b> (): kotlin.Int declared in <root>.E' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
      CALL 'public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.E' type=kotlin.Unit origin=null
        $this: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
        a: CONST Int type=kotlin.Int value=1
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-a> (): kotlin.Int declared in <root>.F' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-b> (): kotlin.Int declared in <root>.F' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
      CALL 'public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.F' type=kotlin.Unit origin=null
        $this: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
        a: CONST Int type=kotlin.Int value=1
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-a> (): kotlin.Int declared in <root>.G' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'g: <root>.G declared in <root>.test' type=<root>.G origin=null
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-b> (): kotlin.Int declared in <root>.G' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'g: <root>.G declared in <root>.test' type=<root>.G origin=null
      CALL 'public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.G' type=kotlin.Unit origin=null
        $this: GET_VAR 'g: <root>.G declared in <root>.test' type=<root>.G origin=null
        a: CONST Int type=kotlin.Int value=1
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-a> (): kotlin.Int declared in <root>.H' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'h: <root>.H declared in <root>.test' type=<root>.H origin=null
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-b> (): kotlin.Int declared in <root>.H' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'h: <root>.H declared in <root>.test' type=<root>.H origin=null
      CALL 'public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.H' type=kotlin.Unit origin=null
        $this: GET_VAR 'h: <root>.H declared in <root>.test' type=<root>.H origin=null
        a: CONST Int type=kotlin.Int value=1
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-a> (): kotlin.Int declared in <root>.I' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'i: <root>.I declared in <root>.test' type=<root>.I origin=null
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun <get-b> (): kotlin.Int declared in <root>.I' type=kotlin.Int origin=GET_PROPERTY
          $this: GET_VAR 'i: <root>.I declared in <root>.test' type=<root>.I origin=null
      CALL 'public open fun foo (a: kotlin.Int): kotlin.Unit declared in <root>.I' type=kotlin.Unit origin=null
        $this: GET_VAR 'i: <root>.I declared in <root>.test' type=<root>.I origin=null
        a: CONST Int type=kotlin.Int value=1
