FILE fqName:<root> fileName:/1.kt
  CLASS INTERFACE name:A modality:ABSTRACT visibility:public superTypes:[<root>.KotlinInterface<kotlin.Nothing?>; <root>.Java1<kotlin.Nothing?>]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.A
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface<kotlin.Nothing?>) returnType:kotlin.Nothing? [fake_override]
      overridden:
        public abstract fun bar (): T of <root>.KotlinInterface declared in <root>.KotlinInterface
        public abstract fun bar (): @[FlexibleNullability] T of <root>.Java1? declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface<kotlin.Nothing?>
    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>.KotlinInterface
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface<kotlin.Nothing?>, o:kotlin.Nothing?) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun foo (o: T of <root>.KotlinInterface): kotlin.Unit declared in <root>.KotlinInterface
        public abstract fun foo (t: @[FlexibleNullability] T of <root>.Java1?): kotlin.Unit declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface<kotlin.Nothing?>
      VALUE_PARAMETER name:o index:0 type:kotlin.Nothing?
    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>.KotlinInterface
        public open fun hashCode (): kotlin.Int declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in <root>.KotlinInterface
        public open fun toString (): kotlin.String declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
      overridden:
        public abstract a: T of <root>.KotlinInterface
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface<kotlin.Nothing?>) returnType:kotlin.Nothing? [fake_override]
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
        overridden:
          public abstract fun <get-a> (): T of <root>.KotlinInterface declared in <root>.KotlinInterface
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface<kotlin.Nothing?>
      FUN FAKE_OVERRIDE name:<set-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface<kotlin.Nothing?>, <set-?>:kotlin.Nothing?) 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-?>: T of <root>.KotlinInterface): kotlin.Unit declared in <root>.KotlinInterface
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface<kotlin.Nothing?>
        VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Nothing?
  CLASS INTERFACE name:B modality:ABSTRACT visibility:public superTypes:[<root>.KotlinInterface2; <root>.Java2]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.B
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface2) returnType:kotlin.Nothing? [fake_override]
      overridden:
        public abstract fun bar (): kotlin.Nothing? declared in <root>.KotlinInterface2
        public abstract fun bar (): @[FlexibleNullability] kotlin.Any? declared in <root>.Java2
      $this: VALUE_PARAMETER 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 <root>.KotlinInterface2
        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, t:@[FlexibleNullability] kotlin.Any?) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun foo (t: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:<root>.Java2
      VALUE_PARAMETER name:t index:0 type:@[FlexibleNullability] kotlin.Any?
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface2, o:kotlin.Nothing?) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun foo (o: kotlin.Nothing?): kotlin.Unit declared in <root>.KotlinInterface2
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface2
      VALUE_PARAMETER name:o index:0 type:kotlin.Nothing?
    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>.KotlinInterface2
        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>.KotlinInterface2
        public open fun toString (): kotlin.String declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
      overridden:
        public abstract a: kotlin.Nothing?
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface2) returnType:kotlin.Nothing? [fake_override]
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
        overridden:
          public abstract fun <get-a> (): kotlin.Nothing? declared in <root>.KotlinInterface2
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface2
      FUN FAKE_OVERRIDE name:<set-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface2, <set-?>:kotlin.Nothing?) 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.Nothing?): kotlin.Unit declared in <root>.KotlinInterface2
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface2
        VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Nothing?
  CLASS INTERFACE name:KotlinInterface modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.KotlinInterface<T of <root>.KotlinInterface>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    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<T of <root>.KotlinInterface>) returnType:T of <root>.KotlinInterface
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface<T of <root>.KotlinInterface>
    FUN name:foo visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface<T of <root>.KotlinInterface>, o:T of <root>.KotlinInterface) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface<T of <root>.KotlinInterface>
      VALUE_PARAMETER name:o index:0 type:T of <root>.KotlinInterface
    PROPERTY name:a visibility:public modality:ABSTRACT [var]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface<T of <root>.KotlinInterface>) returnType:T of <root>.KotlinInterface
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var]
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface<T of <root>.KotlinInterface>
      FUN DEFAULT_PROPERTY_ACCESSOR name:<set-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface<T of <root>.KotlinInterface>, <set-?>:T of <root>.KotlinInterface) returnType:kotlin.Unit
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var]
        $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface<T of <root>.KotlinInterface>
        VALUE_PARAMETER name:<set-?> index:0 type:T of <root>.KotlinInterface
  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) returnType:kotlin.Nothing?
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface2
    FUN name:foo visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface2, o:kotlin.Nothing?) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.KotlinInterface2
      VALUE_PARAMETER name:o index:0 type:kotlin.Nothing?
    PROPERTY name:a visibility:public modality:ABSTRACT [var]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-a> visibility:public modality:ABSTRACT <> ($this:<root>.KotlinInterface2) returnType:kotlin.Nothing?
        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.Nothing?) 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.Nothing?
  FUN name:test visibility:public modality:FINAL <> (a:<root>.A, b:<root>.B) returnType:kotlin.Unit
    VALUE_PARAMETER name:a index:0 type:<root>.A
    VALUE_PARAMETER name:b index:1 type:<root>.B
    BLOCK_BODY
      VAR name:k type:kotlin.Nothing? [val]
        CALL 'public abstract fun <get-a> (): kotlin.Nothing? declared in <root>.A' type=kotlin.Nothing? origin=GET_PROPERTY
          $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 foo (o: kotlin.Nothing?): 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: GET_VAR 'val k: kotlin.Nothing? declared in <root>.test' type=kotlin.Nothing? origin=null
      VAR name:k3 type:kotlin.Nothing? [val]
        CALL 'public abstract fun bar (): kotlin.Nothing? declared in <root>.A' type=kotlin.Nothing? origin=null
          $this: GET_VAR 'a: <root>.A declared in <root>.test' type=<root>.A origin=null
      CALL 'public abstract fun foo (o: kotlin.Nothing?): 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:k4 type:kotlin.Nothing? [val]
        CALL 'public abstract fun <get-a> (): kotlin.Nothing? declared in <root>.B' type=kotlin.Nothing? origin=GET_PROPERTY
          $this: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
      VAR name:k5 type:kotlin.Unit [val]
        CALL 'public abstract fun foo (o: kotlin.Nothing?): 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: GET_VAR 'val k: kotlin.Nothing? declared in <root>.test' type=kotlin.Nothing? origin=null
      VAR name:k6 type:kotlin.Nothing? [val]
        CALL 'public abstract fun bar (): kotlin.Nothing? declared in <root>.B' type=kotlin.Nothing? origin=null
          $this: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
      CALL 'public abstract fun foo (o: kotlin.Nothing?): 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
