Module: separate
Module: main
FILE fqName:<root> fileName:/1.kt
  CLASS INTERFACE name:A modality:ABSTRACT visibility:public superTypes:[<root>.Java1; <root>.Java2]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.A
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.Java1, o:@[FlexibleNullability] kotlin.Any?) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.Java1
      VALUE_PARAMETER name:o index:0 type:@[FlexibleNullability] kotlin.Any?
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.Java2, o:kotlin.Int) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:<root>.Java2
      VALUE_PARAMETER name:o index:0 type:kotlin.Int
    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>.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:ABSTRACT <> ($this:<root>.Java2) returnType:kotlin.Int [fake_override]
      overridden:
        public abstract fun foo (): @[FlexibleNullability] kotlin.Any? declared in <root>.Java1
        public abstract fun foo (): kotlin.Int declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:<root>.Java2
    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>.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>.Java1
        public open fun toString (): kotlin.String declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
  CLASS INTERFACE name:B modality:ABSTRACT visibility:public superTypes:[<root>.SeparateModuleJava1; <root>.SeparateModuleJava2]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.B
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.SeparateModuleJava1, o:@[FlexibleNullability] kotlin.Any?) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.SeparateModuleJava1
      $this: VALUE_PARAMETER name:<this> type:<root>.SeparateModuleJava1
      VALUE_PARAMETER name:o index:0 type:@[FlexibleNullability] kotlin.Any?
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.SeparateModuleJava2, o:kotlin.Int) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.SeparateModuleJava2
      $this: VALUE_PARAMETER name:<this> type:<root>.SeparateModuleJava2
      VALUE_PARAMETER name:o index:0 type:kotlin.Int
    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>.SeparateModuleJava1
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.SeparateModuleJava2
      $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:ABSTRACT <> ($this:<root>.SeparateModuleJava2) returnType:kotlin.Int [fake_override]
      overridden:
        public abstract fun foo (): @[FlexibleNullability] kotlin.Any? declared in <root>.SeparateModuleJava1
        public abstract fun foo (): kotlin.Int declared in <root>.SeparateModuleJava2
      $this: VALUE_PARAMETER name:<this> type:<root>.SeparateModuleJava2
    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>.SeparateModuleJava1
        public open fun hashCode (): kotlin.Int declared in <root>.SeparateModuleJava2
      $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>.SeparateModuleJava1
        public open fun toString (): kotlin.String declared in <root>.SeparateModuleJava2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
  CLASS INTERFACE name:C modality:ABSTRACT visibility:public superTypes:[<root>.Java1; <root>.SeparateModuleJava2]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.C
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.Java1, o:@[FlexibleNullability] kotlin.Any?) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.Java1
      VALUE_PARAMETER name:o index:0 type:@[FlexibleNullability] kotlin.Any?
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.SeparateModuleJava2, o:kotlin.Int) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.SeparateModuleJava2
      $this: VALUE_PARAMETER name:<this> type:<root>.SeparateModuleJava2
      VALUE_PARAMETER name:o index:0 type:kotlin.Int
    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>.SeparateModuleJava2
      $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:ABSTRACT <> ($this:<root>.SeparateModuleJava2) returnType:kotlin.Int [fake_override]
      overridden:
        public abstract fun foo (): @[FlexibleNullability] kotlin.Any? declared in <root>.Java1
        public abstract fun foo (): kotlin.Int declared in <root>.SeparateModuleJava2
      $this: VALUE_PARAMETER name:<this> type:<root>.SeparateModuleJava2
    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>.SeparateModuleJava2
      $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>.SeparateModuleJava2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
  CLASS INTERFACE name:D modality:ABSTRACT visibility:public superTypes:[<root>.Java1; <root>.KotlinInterface]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.D
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.Java1, o:@[FlexibleNullability] kotlin.Any?) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.Java1
      VALUE_PARAMETER name:o index:0 type:@[FlexibleNullability] kotlin.Any?
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface, o:kotlin.Int) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.KotlinInterface
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
      VALUE_PARAMETER name:o index:0 type:kotlin.Int
    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:ABSTRACT <> ($this:<root>.KotlinInterface) returnType:kotlin.Int [fake_override]
      overridden:
        public abstract fun foo (): @[FlexibleNullability] kotlin.Any? declared in <root>.Java1
        public abstract fun foo (): kotlin.Int declared in <root>.KotlinInterface
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
    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:ABSTRACT [fake_override,var]
      overridden:
        public abstract a: kotlin.Int
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface) returnType:kotlin.Int [fake_override]
        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
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
      FUN FAKE_OVERRIDE name:<set-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface, <set-?>:kotlin.Int) returnType:kotlin.Unit [fake_override]
        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
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
        VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
  CLASS INTERFACE name:E modality:ABSTRACT visibility:public superTypes:[<root>.Java1; <root>.KotlinInterface; <root>.SeparateModuleJava1]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.E
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.Java1, o:@[FlexibleNullability] kotlin.Any?) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.Java1
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.SeparateModuleJava1
      $this: VALUE_PARAMETER name:<this> type:<root>.Java1
      VALUE_PARAMETER name:o index:0 type:@[FlexibleNullability] kotlin.Any?
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface, o:kotlin.Int) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.KotlinInterface
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
      VALUE_PARAMETER name:o index:0 type:kotlin.Int
    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
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.SeparateModuleJava1
      $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:ABSTRACT <> ($this:<root>.KotlinInterface) returnType:kotlin.Int [fake_override]
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
    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
        public open fun hashCode (): kotlin.Int declared in <root>.SeparateModuleJava1
      $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
        public open fun toString (): kotlin.String declared in <root>.SeparateModuleJava1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
      overridden:
        public abstract a: kotlin.Int
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface) returnType:kotlin.Int [fake_override]
        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
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
      FUN FAKE_OVERRIDE name:<set-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface, <set-?>:kotlin.Int) returnType:kotlin.Unit [fake_override]
        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
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
        VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
  CLASS INTERFACE name:F modality:ABSTRACT visibility:public superTypes:[<root>.Java1; <root>.KotlinInterface; <root>.KotlinInterface2]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.F
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.Java1, o:@[FlexibleNullability] kotlin.Any?) returnType:kotlin.Unit [fake_override]
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.Java1
      VALUE_PARAMETER name:o index:0 type:@[FlexibleNullability] kotlin.Any?
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface, o:kotlin.Int) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.KotlinInterface
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
      VALUE_PARAMETER name:o index:0 type:kotlin.Int
    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
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.KotlinInterface2
      $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:ABSTRACT <> ($this:<root>.KotlinInterface2) returnType:kotlin.Any [fake_override]
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface2
    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
        public open fun hashCode (): kotlin.Int declared in <root>.KotlinInterface2
      $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
        public open fun toString (): kotlin.String declared in <root>.KotlinInterface2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
      overridden:
        public abstract a: kotlin.Int
        public abstract a: kotlin.Int
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface) returnType:kotlin.Int [fake_override]
        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
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
      FUN FAKE_OVERRIDE name:<set-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface, <set-?>:kotlin.Int) returnType:kotlin.Unit [fake_override]
        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
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
        VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
  CLASS INTERFACE name:G modality:ABSTRACT visibility:public superTypes:[<root>.Java1; <root>.Java2; <root>.Java3]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.G
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.Java1, o:@[FlexibleNullability] kotlin.Any?) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.Java1
      VALUE_PARAMETER name:o index:0 type:@[FlexibleNullability] kotlin.Any?
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.Java2, o:kotlin.Int) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: kotlin.Int): kotlin.Unit declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:<root>.Java2
      VALUE_PARAMETER name:o index:0 type:kotlin.Int
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.Java3, o:@[FlexibleNullability] kotlin.Number?) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] kotlin.Number?): kotlin.Unit declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:<root>.Java3
      VALUE_PARAMETER name:o index:0 type:@[FlexibleNullability] kotlin.Number?
    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>.Java2
        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:ABSTRACT <> ($this:<root>.Java3) returnType:@[FlexibleNullability] kotlin.Number? [fake_override]
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.Java3
    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>.Java2
        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>.Java2
        public open fun toString (): kotlin.String declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
  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:bar visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface, o:kotlin.Int) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
      VALUE_PARAMETER name:o index:0 type:kotlin.Int
    FUN name:foo visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface) returnType:kotlin.Int
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
    PROPERTY name:a visibility:public modality:ABSTRACT [var]
      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 [var]
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
      FUN DEFAULT_PROPERTY_ACCESSOR name:<set-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface, <set-?>:kotlin.Int) returnType:kotlin.Unit
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var]
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface
        VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
  CLASS INTERFACE name:KotlinInterface2 modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.KotlinInterface2
    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:bar visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface2, o:kotlin.Any) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface2
      VALUE_PARAMETER name:o index:0 type:kotlin.Any
    FUN name:foo visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface2) returnType:kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface2
    PROPERTY name:a visibility:public modality:ABSTRACT [var]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface2) returnType:kotlin.Int
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var]
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface2
      FUN DEFAULT_PROPERTY_ACCESSOR name:<set-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface2, <set-?>:kotlin.Int) returnType:kotlin.Unit
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var]
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface2
        VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
  FUN name:test visibility:public modality:FINAL <> (a:<root>.A, b:<root>.B, c:<root>.C, d:<root>.D, e:<root>.E, f:<root>.F, g:<root>.G) returnType:kotlin.Unit
    VALUE_PARAMETER name:a index:0 type:<root>.A
    VALUE_PARAMETER name:b index:1 type:<root>.B
    VALUE_PARAMETER name:c index:2 type:<root>.C
    VALUE_PARAMETER name:d index:3 type:<root>.D
    VALUE_PARAMETER name:e index:4 type:<root>.E
    VALUE_PARAMETER name:f index:5 type:<root>.F
    VALUE_PARAMETER 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
          $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
          $this: GET_VAR 'a: <root>.A declared in <root>.test' type=<root>.A origin=null
          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
          $this: GET_VAR 'a: <root>.A declared in <root>.test' type=<root>.A origin=null
          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
          $this: GET_VAR 'a: <root>.A declared in <root>.test' type=<root>.A origin=null
          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
          $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 (o: 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
          o: CONST Int type=kotlin.Int value=1
      VAR name:k7 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): 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
          o: CONST String type=kotlin.String value=""
      VAR name:k8 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] kotlin.Any?): 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
          o: 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]' type=@[FlexibleNullability] kotlin.Any? 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]' type=kotlin.Int 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]' type=@[FlexibleNullability] kotlin.Any? 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]' type=kotlin.Int 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
          $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 (o: 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
          o: 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
          $this: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
          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
          $this: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
          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
          $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
          $this: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
          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
          $this: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
          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
          $this: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
          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
          $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
        $this: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
        <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
          $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
          $this: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
          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
          $this: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
          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
          $this: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
          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
          $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
        $this: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
        <set-?>: CONST Int type=kotlin.Int value=4
      VAR name:k27 type:kotlin.Int [val]
        CALL 'public abstract fun foo (): kotlin.Any declared in <root>.F' type=kotlin.Int origin=null
          $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
          $this: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
          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
          $this: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
          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
          $this: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
          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
          $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
        $this: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
        <set-?>: CONST Int type=kotlin.Int value=4
      VAR name:k32 type:kotlin.Int [val]
        CALL 'public abstract fun foo (): @[FlexibleNullability] kotlin.Number? declared in <root>.G' type=kotlin.Int origin=null
          $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
          $this: GET_VAR 'g: <root>.G declared in <root>.test' type=<root>.G origin=null
          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
          $this: GET_VAR 'g: <root>.G declared in <root>.test' type=<root>.G origin=null
          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
          $this: GET_VAR 'g: <root>.G declared in <root>.test' type=<root>.G origin=null
          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
          $this: GET_VAR 'g: <root>.G declared in <root>.test' type=<root>.G origin=null
          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]' type=@[FlexibleNullability] kotlin.Number? origin=null
