Module: separate
Module: main
FILE fqName:<root> fileName:/1.kt
  CLASS INTERFACE name:A modality:ABSTRACT visibility:public superTypes:[<root>.Java1; <root>.Java2]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.A
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1
      VALUE_PARAMETER kind:Regular name:o index:1 type:@[FlexibleNullability] kotlin.Any?
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.Java1
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java2
      VALUE_PARAMETER kind:Regular name:o index:1 type:kotlin.Int
      overridden:
        public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.Java2
    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
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java2
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT returnType:kotlin.Int [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java2
      overridden:
        public abstract fun foo (): @[FlexibleNullability] kotlin.Any? declared in <root>.Java1
        public abstract fun foo (): kotlin.Int declared in <root>.Java2
    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
        public open fun hashCode (): kotlin.Int declared in <root>.Java2
    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
        public open fun toString (): kotlin.String declared in <root>.Java2
  CLASS INTERFACE name:B modality:ABSTRACT visibility:public superTypes:[<root>.SeparateModuleJava1; <root>.SeparateModuleJava2]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.B
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.SeparateModuleJava1
      VALUE_PARAMETER kind:Regular name:p0 index:1 type:@[FlexibleNullability] kotlin.Any?
      overridden:
        public abstract fun bar (p0: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.SeparateModuleJava1
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.SeparateModuleJava2
      VALUE_PARAMETER kind:Regular name:p0 index:1 type:kotlin.Int
      overridden:
        public abstract fun bar (p0: kotlin.Int): kotlin.Unit declared in <root>.SeparateModuleJava2
    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>.SeparateModuleJava1
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.SeparateModuleJava2
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT returnType:kotlin.Int [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.SeparateModuleJava2
      overridden:
        public abstract fun foo (): @[FlexibleNullability] kotlin.Any? declared in <root>.SeparateModuleJava1
        public abstract fun foo (): kotlin.Int declared in <root>.SeparateModuleJava2
    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>.SeparateModuleJava1
        public open fun hashCode (): kotlin.Int declared in <root>.SeparateModuleJava2
    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>.SeparateModuleJava1
        public open fun toString (): kotlin.String declared in <root>.SeparateModuleJava2
  CLASS INTERFACE name:C modality:ABSTRACT visibility:public superTypes:[<root>.Java1; <root>.SeparateModuleJava2]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.C
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1
      VALUE_PARAMETER kind:Regular name:o index:1 type:@[FlexibleNullability] kotlin.Any?
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.Java1
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.SeparateModuleJava2
      VALUE_PARAMETER kind:Regular name:p0 index:1 type:kotlin.Int
      overridden:
        public abstract fun bar (p0: kotlin.Int): kotlin.Unit declared in <root>.SeparateModuleJava2
    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
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.SeparateModuleJava2
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT returnType:kotlin.Int [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.SeparateModuleJava2
      overridden:
        public abstract fun foo (): @[FlexibleNullability] kotlin.Any? declared in <root>.Java1
        public abstract fun foo (): kotlin.Int declared in <root>.SeparateModuleJava2
    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
        public open fun hashCode (): kotlin.Int declared in <root>.SeparateModuleJava2
    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
        public open fun toString (): kotlin.String declared in <root>.SeparateModuleJava2
  CLASS INTERFACE name:D modality:ABSTRACT visibility:public superTypes:[<root>.Java1; <root>.KotlinInterface]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.D
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1
      VALUE_PARAMETER kind:Regular name:o index:1 type:@[FlexibleNullability] kotlin.Any?
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.Java1
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
      VALUE_PARAMETER kind:Regular name:o index:1 type:kotlin.Int
      overridden:
        public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.KotlinInterface
    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
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.KotlinInterface
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT returnType:kotlin.Int [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
      overridden:
        public abstract fun foo (): @[FlexibleNullability] kotlin.Any? declared in <root>.Java1
        public abstract fun foo (): kotlin.Int declared in <root>.KotlinInterface
    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
        public open fun hashCode (): kotlin.Int declared in <root>.KotlinInterface
    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
        public open fun toString (): kotlin.String declared in <root>.KotlinInterface
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
      overridden:
        public abstract a: kotlin.Int declared in <root>.KotlinInterface
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:ABSTRACT returnType:kotlin.Int [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
        overridden:
          public abstract fun <get-a> (): kotlin.Int declared in <root>.KotlinInterface
      FUN FAKE_OVERRIDE name:<set-a> visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
        VALUE_PARAMETER kind:Regular name:<set-?> index:1 type:kotlin.Int
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
        overridden:
          public abstract fun <set-a> (<set-?>: kotlin.Int): kotlin.Unit declared in <root>.KotlinInterface
  CLASS INTERFACE name:E modality:ABSTRACT visibility:public superTypes:[<root>.Java1; <root>.KotlinInterface; <root>.SeparateModuleJava1]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.E
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1
      VALUE_PARAMETER kind:Regular name:o index:1 type:@[FlexibleNullability] kotlin.Any?
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.Java1
        public abstract fun bar (p0: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.SeparateModuleJava1
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
      VALUE_PARAMETER kind:Regular name:o index:1 type:kotlin.Int
      overridden:
        public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.KotlinInterface
    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
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.KotlinInterface
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.SeparateModuleJava1
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT returnType:kotlin.Int [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
      overridden:
        public abstract fun foo (): @[FlexibleNullability] kotlin.Any? declared in <root>.Java1
        public abstract fun foo (): kotlin.Int declared in <root>.KotlinInterface
        public abstract fun foo (): @[FlexibleNullability] kotlin.Any? declared in <root>.SeparateModuleJava1
    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
        public open fun hashCode (): kotlin.Int declared in <root>.KotlinInterface
        public open fun hashCode (): kotlin.Int declared in <root>.SeparateModuleJava1
    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
        public open fun toString (): kotlin.String declared in <root>.KotlinInterface
        public open fun toString (): kotlin.String declared in <root>.SeparateModuleJava1
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
      overridden:
        public abstract a: kotlin.Int declared in <root>.KotlinInterface
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:ABSTRACT returnType:kotlin.Int [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
        overridden:
          public abstract fun <get-a> (): kotlin.Int declared in <root>.KotlinInterface
      FUN FAKE_OVERRIDE name:<set-a> visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
        VALUE_PARAMETER kind:Regular name:<set-?> index:1 type:kotlin.Int
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
        overridden:
          public abstract fun <set-a> (<set-?>: kotlin.Int): kotlin.Unit declared in <root>.KotlinInterface
  CLASS INTERFACE name:F modality:ABSTRACT visibility:public superTypes:[<root>.Java1; <root>.KotlinInterface; <root>.KotlinInterface2]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.F
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1
      VALUE_PARAMETER kind:Regular name:o index:1 type:@[FlexibleNullability] kotlin.Any?
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.Java1
        public abstract fun bar (o: kotlin.Any): kotlin.Unit declared in <root>.KotlinInterface2
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
      VALUE_PARAMETER kind:Regular name:o index:1 type:kotlin.Int
      overridden:
        public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.KotlinInterface
    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
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.KotlinInterface
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.KotlinInterface2
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT returnType:kotlin.Int [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
      overridden:
        public abstract fun foo (): @[FlexibleNullability] kotlin.Any? declared in <root>.Java1
        public abstract fun foo (): kotlin.Int declared in <root>.KotlinInterface
        public abstract fun foo (): kotlin.Any declared in <root>.KotlinInterface2
    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
        public open fun hashCode (): kotlin.Int declared in <root>.KotlinInterface
        public open fun hashCode (): kotlin.Int declared in <root>.KotlinInterface2
    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
        public open fun toString (): kotlin.String declared in <root>.KotlinInterface
        public open fun toString (): kotlin.String declared in <root>.KotlinInterface2
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
      overridden:
        public abstract a: kotlin.Int declared in <root>.KotlinInterface
        public abstract a: kotlin.Int declared in <root>.KotlinInterface2
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:ABSTRACT returnType:kotlin.Int [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
        overridden:
          public abstract fun <get-a> (): kotlin.Int declared in <root>.KotlinInterface
          public abstract fun <get-a> (): kotlin.Int declared in <root>.KotlinInterface2
      FUN FAKE_OVERRIDE name:<set-a> visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
        VALUE_PARAMETER kind:Regular name:<set-?> index:1 type:kotlin.Int
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
        overridden:
          public abstract fun <set-a> (<set-?>: kotlin.Int): kotlin.Unit declared in <root>.KotlinInterface
          public abstract fun <set-a> (<set-?>: kotlin.Int): kotlin.Unit declared in <root>.KotlinInterface2
  CLASS INTERFACE name:G modality:ABSTRACT visibility:public superTypes:[<root>.Java1; <root>.Java2; <root>.Java3]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.G
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1
      VALUE_PARAMETER kind:Regular name:o index:1 type:@[FlexibleNullability] kotlin.Any?
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.Java1
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java2
      VALUE_PARAMETER kind:Regular name:o index:1 type:kotlin.Int
      overridden:
        public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.Java2
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java3
      VALUE_PARAMETER kind:Regular name:o index:1 type:@[FlexibleNullability] kotlin.Number?
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Number?): kotlin.Unit declared in <root>.Java3
    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
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java2
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java3
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT returnType:kotlin.Int [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java2
      overridden:
        public abstract fun foo (): @[FlexibleNullability] kotlin.Any? declared in <root>.Java1
        public abstract fun foo (): kotlin.Int declared in <root>.Java2
        public abstract fun foo (): @[FlexibleNullability] kotlin.Number? declared in <root>.Java3
    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
        public open fun hashCode (): kotlin.Int declared in <root>.Java2
        public open fun hashCode (): kotlin.Int declared in <root>.Java3
    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
        public open fun toString (): kotlin.String declared in <root>.Java2
        public open fun toString (): kotlin.String declared in <root>.Java3
  CLASS INTERFACE name:KotlinInterface modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.KotlinInterface
    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:ABSTRACT returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
      VALUE_PARAMETER kind:Regular name:o index:1 type:kotlin.Int
    FUN name:foo visibility:public modality:ABSTRACT returnType:kotlin.Int
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
    PROPERTY name:a visibility:public modality:ABSTRACT [var]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-a> visibility:public modality:ABSTRACT returnType:kotlin.Int
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<set-a> visibility:public modality:ABSTRACT returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface
        VALUE_PARAMETER kind:Regular name:<set-?> index:1 type:kotlin.Int
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var]
  CLASS INTERFACE name:KotlinInterface2 modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.KotlinInterface2
    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:ABSTRACT returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface2
      VALUE_PARAMETER kind:Regular name:o index:1 type:kotlin.Any
    FUN name:foo visibility:public modality:ABSTRACT returnType:kotlin.Any
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface2
    PROPERTY name:a visibility:public modality:ABSTRACT [var]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-a> visibility:public modality:ABSTRACT returnType:kotlin.Int
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface2
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<set-a> visibility:public modality:ABSTRACT returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface2
        VALUE_PARAMETER kind:Regular name:<set-?> index:1 type:kotlin.Int
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var]
  FUN name:test visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:a index:0 type:<root>.A
    VALUE_PARAMETER kind:Regular name:b index:1 type:<root>.B
    VALUE_PARAMETER kind:Regular name:c index:2 type:<root>.C
    VALUE_PARAMETER kind:Regular name:d index:3 type:<root>.D
    VALUE_PARAMETER kind:Regular name:e index:4 type:<root>.E
    VALUE_PARAMETER kind:Regular name:f index:5 type:<root>.F
    VALUE_PARAMETER kind:Regular name:g index:6 type:<root>.G
    BLOCK_BODY
      VAR name:k1 type:kotlin.Int [val]
        CALL 'public abstract fun foo (): kotlin.Int declared in <root>.A' type=kotlin.Int origin=null
          ARG <this>: GET_VAR 'a: <root>.A declared in <root>.test' type=<root>.A origin=null
      VAR name:k2 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.A' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'a: <root>.A declared in <root>.test' type=<root>.A origin=null
          ARG o: CONST Int type=kotlin.Int value=1
      VAR name:k3 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.A' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'a: <root>.A declared in <root>.test' type=<root>.A origin=null
          ARG o: CONST String type=kotlin.String value=""
      VAR name:k4 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.A' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'a: <root>.A declared in <root>.test' type=<root>.A origin=null
          ARG o: CONST Null type=kotlin.Nothing? value=null
      VAR name:k5 type:kotlin.Int [val]
        CALL 'public abstract fun foo (): kotlin.Int declared in <root>.B' type=kotlin.Int origin=null
          ARG <this>: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
      VAR name:k6 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (p0: kotlin.Int): kotlin.Unit declared in <root>.B' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
          ARG p0: CONST Int type=kotlin.Int value=1
      VAR name:k7 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (p0: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.B' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
          ARG p0: CONST String type=kotlin.String value=""
      VAR name:k8 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (p0: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.B' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
          ARG p0: CONST Null type=kotlin.Nothing? value=null
      VAR name:k9 type:kotlin.Any [val]
        TYPE_OP type=kotlin.Any origin=IMPLICIT_NOTNULL typeOperand=kotlin.Any
          GET_FIELD 'FIELD IR_EXTERNAL_JAVA_DECLARATION_STUB name:a type:@[FlexibleNullability] kotlin.Any? visibility:public [final,static] declared in <root>.Java1' type=@[FlexibleNullability] kotlin.Any? superQualifierSymbol=<root>.Java1 origin=null
      VAR name:k10 type:kotlin.Int [val]
        GET_FIELD 'FIELD IR_EXTERNAL_JAVA_DECLARATION_STUB name:a type:kotlin.Int visibility:public [final,static] declared in <root>.Java2' type=kotlin.Int superQualifierSymbol=<root>.Java2 origin=null
      VAR name:k11 type:kotlin.Any [val]
        TYPE_OP type=kotlin.Any origin=IMPLICIT_NOTNULL typeOperand=kotlin.Any
          GET_FIELD 'FIELD IR_EXTERNAL_JAVA_DECLARATION_STUB name:a type:@[FlexibleNullability] kotlin.Any? visibility:public [final,static] declared in <root>.SeparateModuleJava1' type=@[FlexibleNullability] kotlin.Any? superQualifierSymbol=<root>.SeparateModuleJava1 origin=null
      VAR name:k12 type:kotlin.Int [val]
        GET_FIELD 'FIELD IR_EXTERNAL_JAVA_DECLARATION_STUB name:a type:kotlin.Int visibility:public [final,static] declared in <root>.SeparateModuleJava2' type=kotlin.Int superQualifierSymbol=<root>.SeparateModuleJava2 origin=null
      VAR name:k13 type:kotlin.Int [val]
        CALL 'public abstract fun foo (): kotlin.Int declared in <root>.C' type=kotlin.Int origin=null
          ARG <this>: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
      VAR name:k14 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (p0: kotlin.Int): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
          ARG p0: CONST Int type=kotlin.Int value=1
      VAR name:k15 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
          ARG o: CONST String type=kotlin.String value=""
      VAR name:k16 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
          ARG o: CONST Null type=kotlin.Nothing? value=null
      VAR name:k17 type:kotlin.Int [val]
        CALL 'public abstract fun foo (): kotlin.Int declared in <root>.D' type=kotlin.Int origin=null
          ARG <this>: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
      VAR name:k18 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.D' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
          ARG o: CONST Int type=kotlin.Int value=1
      VAR name:k19 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.D' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
          ARG o: CONST String type=kotlin.String value=""
      VAR name:k20 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.D' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
          ARG o: CONST Null type=kotlin.Nothing? value=null
      VAR name:k21 type:kotlin.Int [val]
        CALL 'public abstract fun <get-a> (): kotlin.Int declared in <root>.D' type=kotlin.Int origin=GET_PROPERTY
          ARG <this>: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
      CALL 'public abstract fun <set-a> (<set-?>: kotlin.Int): kotlin.Unit declared in <root>.D' type=kotlin.Unit origin=EQ
        ARG <this>: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
        ARG <set-?>: CONST Int type=kotlin.Int value=4
      VAR name:k22 type:kotlin.Int [val]
        CALL 'public abstract fun foo (): kotlin.Int declared in <root>.E' type=kotlin.Int origin=null
          ARG <this>: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
      VAR name:k23 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.E' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
          ARG o: CONST Int type=kotlin.Int value=1
      VAR name:k24 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.E' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
          ARG o: CONST String type=kotlin.String value=""
      VAR name:k25 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.E' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
          ARG o: CONST Null type=kotlin.Nothing? value=null
      VAR name:k26 type:kotlin.Int [val]
        CALL 'public abstract fun <get-a> (): kotlin.Int declared in <root>.E' type=kotlin.Int origin=GET_PROPERTY
          ARG <this>: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
      CALL 'public abstract fun <set-a> (<set-?>: kotlin.Int): kotlin.Unit declared in <root>.E' type=kotlin.Unit origin=EQ
        ARG <this>: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
        ARG <set-?>: CONST Int type=kotlin.Int value=4
      VAR name:k27 type:kotlin.Int [val]
        CALL 'public abstract fun foo (): kotlin.Int declared in <root>.F' type=kotlin.Int origin=null
          ARG <this>: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
      VAR name:k28 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.F' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
          ARG o: CONST Int type=kotlin.Int value=1
      VAR name:k29 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.F' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
          ARG o: CONST String type=kotlin.String value=""
      VAR name:k30 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.F' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
          ARG o: CONST Null type=kotlin.Nothing? value=null
      VAR name:k31 type:kotlin.Int [val]
        CALL 'public abstract fun <get-a> (): kotlin.Int declared in <root>.F' type=kotlin.Int origin=GET_PROPERTY
          ARG <this>: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
      CALL 'public abstract fun <set-a> (<set-?>: kotlin.Int): kotlin.Unit declared in <root>.F' type=kotlin.Unit origin=EQ
        ARG <this>: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
        ARG <set-?>: CONST Int type=kotlin.Int value=4
      VAR name:k32 type:kotlin.Int [val]
        CALL 'public abstract fun foo (): kotlin.Int declared in <root>.G' type=kotlin.Int origin=null
          ARG <this>: GET_VAR 'g: <root>.G declared in <root>.test' type=<root>.G origin=null
      VAR name:k33 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.G' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'g: <root>.G declared in <root>.test' type=<root>.G origin=null
          ARG o: CONST Int type=kotlin.Int value=1
      VAR name:k34 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Number?): kotlin.Unit declared in <root>.G' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'g: <root>.G declared in <root>.test' type=<root>.G origin=null
          ARG o: CONST Double type=kotlin.Double value=1.2
      VAR name:k35 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.G' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'g: <root>.G declared in <root>.test' type=<root>.G origin=null
          ARG o: CONST String type=kotlin.String value=""
      VAR name:k36 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Number?): kotlin.Unit declared in <root>.G' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'g: <root>.G declared in <root>.test' type=<root>.G origin=null
          ARG o: CONST Null type=kotlin.Nothing? value=null
      VAR name:k37 type:kotlin.Number [val]
        TYPE_OP type=kotlin.Number origin=IMPLICIT_NOTNULL typeOperand=kotlin.Number
          GET_FIELD 'FIELD IR_EXTERNAL_JAVA_DECLARATION_STUB name:a type:@[FlexibleNullability] kotlin.Number? visibility:public [final,static] declared in <root>.Java3' type=@[FlexibleNullability] kotlin.Number? superQualifierSymbol=<root>.Java3 origin=null
