FILE fqName:<root> fileName:/1.kt
  CLASS CLASS name:A modality:OPEN visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver 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:OPEN 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 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:bar visibility:public modality:OPEN returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.Java2
      VALUE_PARAMETER kind:Regular name:a index:2 type:kotlin.Int
      BLOCK_BODY
    FUN name:foo visibility:public modality:OPEN returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.A
      VALUE_PARAMETER kind:Regular name:a index:2 type:kotlin.Int
      BLOCK_BODY
    PROPERTY name:a visibility:public modality:OPEN [var]
      FUN name:<get-a> visibility:public modality:OPEN returnType:kotlin.Int
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.A
        correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var]
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-a> (<this>: <root>.A): kotlin.Int declared in <root>.A'
            CONST Int type=kotlin.Int value=1
      FUN name:<set-a> visibility:public modality:OPEN returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.A
        VALUE_PARAMETER kind:Regular name:value index:2 type:kotlin.Int
        correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var]
        BLOCK_BODY
    PROPERTY name:b visibility:public modality:OPEN [var]
      FUN name:<get-b> visibility:public modality:OPEN returnType:kotlin.String
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.Java2
        correspondingProperty: PROPERTY name:b visibility:public modality:OPEN [var]
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-b> (<this>: <root>.Java2): kotlin.String declared in <root>.A'
            CONST String type=kotlin.String value="java2"
      FUN name:<set-b> visibility:public modality:OPEN returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.Java2
        VALUE_PARAMETER kind:Regular name:value index:2 type:kotlin.String
        correspondingProperty: PROPERTY name:b visibility:public modality:OPEN [var]
        BLOCK_BODY
  CLASS CLASS name:B modality:FINAL visibility:public superTypes:[<root>.Java1]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.B
    CONSTRUCTOR visibility:public returnType:<root>.B [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Java1'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:B modality:FINAL visibility:public superTypes:[<root>.Java1]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:bar visibility:public modality:OPEN returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.Java2
      VALUE_PARAMETER kind:Regular name:a index:2 type:kotlin.Int
      overridden:
        public open fun bar (<this>: <root>.Java2, a: kotlin.Int): kotlin.Unit declared in <root>.Java1
    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 declared in <root>.Java1
    FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.A
      VALUE_PARAMETER kind:Regular name:a index:2 type:kotlin.Int
      overridden:
        public open fun foo (<this>: <root>.A, a: kotlin.Int): kotlin.Unit declared in <root>.Java1
    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 <root>.Java1
    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 <root>.Java1
    FUN name:test visibility:public modality:FINAL returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.B
      BLOCK_BODY
        TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
          CALL 'public open fun <get-a> (<this>: <root>.A): kotlin.Int declared in <root>.B' type=kotlin.Int origin=GET_PROPERTY
            ARG <this>(index:0): GET_VAR '<this>: <root>.B declared in <root>.B.test' type=<root>.B origin=IMPLICIT_ARGUMENT
            ARG <this>(index:1): CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.A' type=<root>.A origin=null
        TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
          CALL 'public open fun <get-b> (<this>: <root>.Java2): kotlin.String declared in <root>.B' type=kotlin.String origin=GET_PROPERTY
            ARG <this>(index:0): GET_VAR '<this>: <root>.B declared in <root>.B.test' type=<root>.B origin=IMPLICIT_ARGUMENT
            ARG <this>(index:1): CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Java2' type=<root>.Java2 origin=null
        CALL 'public open fun foo (<this>: <root>.A, a: kotlin.Int): kotlin.Unit declared in <root>.B' type=kotlin.Unit origin=null
          ARG <this>(index:0): GET_VAR '<this>: <root>.B declared in <root>.B.test' type=<root>.B origin=IMPLICIT_ARGUMENT
          ARG <this>(index:1): CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.A' type=<root>.A origin=null
          ARG a: CONST Int type=kotlin.Int value=1
        CALL 'public open fun bar (<this>: <root>.Java2, a: kotlin.Int): kotlin.Unit declared in <root>.B' type=kotlin.Unit origin=null
          ARG <this>(index:0): GET_VAR '<this>: <root>.B declared in <root>.B.test' type=<root>.B origin=IMPLICIT_ARGUMENT
          ARG <this>(index:1): CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Java2' type=<root>.Java2 origin=null
          ARG a: CONST Int type=kotlin.Int value=1
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:OPEN [fake_override,var]
      overridden:
        public open a: kotlin.Int declared in <root>.Java1
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.A
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:OPEN [fake_override,var]
        overridden:
          public open fun <get-a> (<this>: <root>.A): kotlin.Int declared in <root>.Java1
      FUN FAKE_OVERRIDE name:<set-a> visibility:public modality:OPEN returnType:kotlin.Unit [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.A
        VALUE_PARAMETER kind:Regular name:value index:2 type:kotlin.Int
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:OPEN [fake_override,var]
        overridden:
          public open fun <set-a> (<this>: <root>.A, value: kotlin.Int): kotlin.Unit declared in <root>.Java1
    PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
      overridden:
        public open b: kotlin.String declared in <root>.Java1
      FUN FAKE_OVERRIDE name:<get-b> visibility:public modality:OPEN returnType:kotlin.String [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.Java2
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
        overridden:
          public open fun <get-b> (<this>: <root>.Java2): kotlin.String declared in <root>.Java1
      FUN FAKE_OVERRIDE name:<set-b> visibility:public modality:OPEN returnType:kotlin.Unit [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.Java2
        VALUE_PARAMETER kind:Regular name:value index:2 type:kotlin.String
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:OPEN [fake_override,var]
        overridden:
          public open fun <set-b> (<this>: <root>.Java2, value: kotlin.String): kotlin.Unit declared in <root>.Java1
  CLASS CLASS name:C modality:FINAL visibility:public superTypes:[<root>.Java1]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.C
    CONSTRUCTOR visibility:public returnType:<root>.C [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Java1'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:C modality:FINAL visibility:public superTypes:[<root>.Java1]' 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 declared in <root>.Java1
    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 <root>.Java1
    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 <root>.Java1
    FUN name:bar visibility:public modality:OPEN returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.C
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.Java2
      VALUE_PARAMETER kind:Regular name:a index:2 type:kotlin.Int
      overridden:
        public open fun bar (<this>: <root>.Java2, a: kotlin.Int): kotlin.Unit declared in <root>.Java1
      BLOCK_BODY
    FUN name:foo visibility:public modality:OPEN returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.C
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.A
      VALUE_PARAMETER kind:Regular name:a index:2 type:kotlin.Int
      overridden:
        public open fun foo (<this>: <root>.A, a: kotlin.Int): kotlin.Unit declared in <root>.Java1
      BLOCK_BODY
    FUN name:test visibility:public modality:FINAL returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.C
      BLOCK_BODY
        TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
          CALL 'public open fun <get-a> (<this>: <root>.A): kotlin.Int declared in <root>.C' type=kotlin.Int origin=GET_PROPERTY
            ARG <this>(index:0): GET_VAR '<this>: <root>.C declared in <root>.C.test' type=<root>.C origin=IMPLICIT_ARGUMENT
            ARG <this>(index:1): CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.A' type=<root>.A origin=null
        TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
          CALL 'public open fun <get-b> (<this>: <root>.Java2): kotlin.String declared in <root>.C' type=kotlin.String origin=GET_PROPERTY
            ARG <this>(index:0): GET_VAR '<this>: <root>.C declared in <root>.C.test' type=<root>.C origin=IMPLICIT_ARGUMENT
            ARG <this>(index:1): CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Java2' type=<root>.Java2 origin=null
        CALL 'public open fun foo (<this>: <root>.A, a: kotlin.Int): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
          ARG <this>(index:0): GET_VAR '<this>: <root>.C declared in <root>.C.test' type=<root>.C origin=IMPLICIT_ARGUMENT
          ARG <this>(index:1): CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.A' type=<root>.A origin=null
          ARG a: CONST Int type=kotlin.Int value=1
        CALL 'public open fun bar (<this>: <root>.Java2, a: kotlin.Int): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
          ARG <this>(index:0): GET_VAR '<this>: <root>.C declared in <root>.C.test' type=<root>.C origin=IMPLICIT_ARGUMENT
          ARG <this>(index:1): CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Java2' type=<root>.Java2 origin=null
          ARG a: CONST Int type=kotlin.Int value=1
    PROPERTY name:a visibility:public modality:OPEN [var]
      overridden:
        public open a: kotlin.Int declared in <root>.Java1
      FUN name:<get-a> visibility:public modality:OPEN returnType:kotlin.Int
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.C
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.A
        correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var]
        overridden:
          public open fun <get-a> (<this>: <root>.A): kotlin.Int declared in <root>.Java1
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-a> (<this>: <root>.A): kotlin.Int declared in <root>.C'
            CONST Int type=kotlin.Int value=2
      FUN name:<set-a> visibility:public modality:OPEN returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.C
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.A
        VALUE_PARAMETER kind:Regular name:value index:2 type:kotlin.Int
        correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var]
        overridden:
          public open fun <set-a> (<this>: <root>.A, value: kotlin.Int): kotlin.Unit declared in <root>.Java1
        BLOCK_BODY
    PROPERTY name:b visibility:public modality:OPEN [var]
      overridden:
        public open b: kotlin.String declared in <root>.Java1
      FUN name:<get-b> visibility:public modality:OPEN returnType:kotlin.String
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.C
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.Java2
        correspondingProperty: PROPERTY name:b visibility:public modality:OPEN [var]
        overridden:
          public open fun <get-b> (<this>: <root>.Java2): kotlin.String declared in <root>.Java1
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-b> (<this>: <root>.Java2): kotlin.String declared in <root>.C'
            CONST String type=kotlin.String value="C.java2"
      FUN name:<set-b> visibility:public modality:OPEN returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.C
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:<root>.Java2
        VALUE_PARAMETER kind:Regular name:value index:2 type:kotlin.String
        correspondingProperty: PROPERTY name:b visibility:public modality:OPEN [var]
        overridden:
          public open fun <set-b> (<this>: <root>.Java2, value: kotlin.String): kotlin.Unit declared in <root>.Java1
        BLOCK_BODY
