FILE fqName:<root> fileName:/1.kt
  CLASS CLASS name:C modality:ABSTRACT visibility:public superTypes:[<root>.Java1]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.C
    PROPERTY name:a visibility:public modality:OPEN [val]
      overridden:
        public abstract a: kotlin.Nothing
      FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Nothing visibility:private [final]
        EXPRESSION_BODY
          GET_VAR 'a: kotlin.Nothing declared in <root>.C.<init>' type=kotlin.Nothing origin=INITIALIZE_PROPERTY_FROM_PARAMETER
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-a> visibility:public modality:OPEN <> ($this:<root>.C) returnType:kotlin.Nothing
        correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [val]
        overridden:
          public abstract fun <get-a> (): kotlin.Nothing declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.C
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-a> (): kotlin.Nothing declared in <root>.C'
            GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Nothing visibility:private [final]' type=kotlin.Nothing origin=null
              receiver: GET_VAR '<this>: <root>.C declared in <root>.C.<get-a>' type=<root>.C origin=null
    PROPERTY name:b visibility:public modality:OPEN [val]
      overridden:
        public abstract b: kotlin.collections.List<kotlin.Nothing>
      FIELD PROPERTY_BACKING_FIELD name:b type:kotlin.collections.List<kotlin.Nothing> visibility:private [final]
        EXPRESSION_BODY
          GET_VAR 'b: kotlin.collections.List<kotlin.Nothing> declared in <root>.C.<init>' type=kotlin.collections.List<kotlin.Nothing> origin=INITIALIZE_PROPERTY_FROM_PARAMETER
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-b> visibility:public modality:OPEN <> ($this:<root>.C) returnType:kotlin.collections.List<kotlin.Nothing>
        correspondingProperty: PROPERTY name:b visibility:public modality:OPEN [val]
        overridden:
          public abstract fun <get-b> (): kotlin.collections.List<kotlin.Nothing> declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.C
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-b> (): kotlin.collections.List<kotlin.Nothing> declared in <root>.C'
            GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:b type:kotlin.collections.List<kotlin.Nothing> visibility:private [final]' type=kotlin.collections.List<kotlin.Nothing> origin=null
              receiver: GET_VAR '<this>: <root>.C declared in <root>.C.<get-b>' type=<root>.C origin=null
    CONSTRUCTOR visibility:public <> (a:kotlin.Nothing, b:kotlin.collections.List<kotlin.Nothing>) returnType:<root>.C [primary]
      VALUE_PARAMETER name:a index:0 type:kotlin.Nothing
      VALUE_PARAMETER name:b index:1 type:kotlin.collections.List<kotlin.Nothing>
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:C modality:ABSTRACT visibility:public superTypes:[<root>.Java1]'
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.A) returnType:kotlin.Nothing [fake_override]
      overridden:
        public abstract fun bar (): kotlin.Nothing declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.A
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:foo2 visibility:public modality:ABSTRACT <> ($this:<root>.A, a:kotlin.Nothing?) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun foo2 (a: kotlin.Nothing?): kotlin.Unit declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.A
      VALUE_PARAMETER name:a 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>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN name:bar2 visibility:public modality:OPEN <> ($this:<root>.C) returnType:kotlin.Nothing?
      overridden:
        public abstract fun bar2 (): kotlin.Nothing? declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.C
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public open fun bar2 (): kotlin.Nothing? declared in <root>.C'
          CONST Null type=kotlin.Nothing? value=null
    FUN name:foo visibility:public modality:OPEN <> ($this:<root>.C, a:kotlin.Nothing) returnType:kotlin.Unit
      overridden:
        public abstract fun foo (a: kotlin.Nothing): kotlin.Unit declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.C
      VALUE_PARAMETER name:a index:0 type:kotlin.Nothing
      BLOCK_BODY
    PROPERTY FAKE_OVERRIDE name:c visibility:public modality:ABSTRACT [fake_override,val]
      overridden:
        public abstract c: kotlin.Nothing?
      FUN FAKE_OVERRIDE name:<get-c> visibility:public modality:ABSTRACT <> ($this:<root>.A) returnType:kotlin.Nothing? [fake_override]
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:c visibility:public modality:ABSTRACT [fake_override,val]
        overridden:
          public abstract fun <get-c> (): kotlin.Nothing? declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.A
    PROPERTY FAKE_OVERRIDE name:d visibility:public modality:ABSTRACT [fake_override,val]
      overridden:
        public abstract d: kotlin.collections.List<kotlin.Nothing?>
      FUN FAKE_OVERRIDE name:<get-d> visibility:public modality:ABSTRACT <> ($this:<root>.A) returnType:kotlin.collections.List<kotlin.Nothing?> [fake_override]
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:d visibility:public modality:ABSTRACT [fake_override,val]
        overridden:
          public abstract fun <get-d> (): kotlin.collections.List<kotlin.Nothing?> declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.A
  CLASS INTERFACE name:A modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.A
    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>.A) returnType:kotlin.Nothing
      $this: VALUE_PARAMETER name:<this> type:<root>.A
    FUN name:bar2 visibility:public modality:ABSTRACT <> ($this:<root>.A) returnType:kotlin.Nothing?
      $this: VALUE_PARAMETER name:<this> type:<root>.A
    FUN name:foo visibility:public modality:ABSTRACT <> ($this:<root>.A, a:kotlin.Nothing) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.A
      VALUE_PARAMETER name:a index:0 type:kotlin.Nothing
    FUN name:foo2 visibility:public modality:ABSTRACT <> ($this:<root>.A, a:kotlin.Nothing?) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.A
      VALUE_PARAMETER name:a index:0 type:kotlin.Nothing?
    PROPERTY name:a visibility:public modality:ABSTRACT [val]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-a> visibility:public modality:ABSTRACT <> ($this:<root>.A) returnType:kotlin.Nothing
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [val]
        $this: VALUE_PARAMETER name:<this> type:<root>.A
    PROPERTY name:b visibility:public modality:ABSTRACT [val]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-b> visibility:public modality:ABSTRACT <> ($this:<root>.A) returnType:kotlin.collections.List<kotlin.Nothing>
        correspondingProperty: PROPERTY name:b visibility:public modality:ABSTRACT [val]
        $this: VALUE_PARAMETER name:<this> type:<root>.A
    PROPERTY name:c visibility:public modality:ABSTRACT [val]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-c> visibility:public modality:ABSTRACT <> ($this:<root>.A) returnType:kotlin.Nothing?
        correspondingProperty: PROPERTY name:c visibility:public modality:ABSTRACT [val]
        $this: VALUE_PARAMETER name:<this> type:<root>.A
    PROPERTY name:d visibility:public modality:ABSTRACT [val]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-d> visibility:public modality:ABSTRACT <> ($this:<root>.A) returnType:kotlin.collections.List<kotlin.Nothing?>
        correspondingProperty: PROPERTY name:d visibility:public modality:ABSTRACT [val]
        $this: VALUE_PARAMETER name:<this> type:<root>.A
  CLASS INTERFACE name:B modality:ABSTRACT visibility:public superTypes:[<root>.Java1]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.B
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.A) returnType:kotlin.Nothing [fake_override]
      overridden:
        public abstract fun bar (): kotlin.Nothing declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.A
    FUN FAKE_OVERRIDE name:bar2 visibility:public modality:ABSTRACT <> ($this:<root>.A) returnType:kotlin.Nothing? [fake_override]
      overridden:
        public abstract fun bar2 (): kotlin.Nothing? declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.A
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT <> ($this:<root>.A, a:kotlin.Nothing) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun foo (a: kotlin.Nothing): kotlin.Unit declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.A
      VALUE_PARAMETER name:a index:0 type:kotlin.Nothing
    FUN FAKE_OVERRIDE name:foo2 visibility:public modality:ABSTRACT <> ($this:<root>.A, a:kotlin.Nothing?) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun foo2 (a: kotlin.Nothing?): kotlin.Unit declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.A
      VALUE_PARAMETER name:a 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>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,val]
      overridden:
        public abstract a: kotlin.Nothing
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:ABSTRACT <> ($this:<root>.A) returnType:kotlin.Nothing [fake_override]
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,val]
        overridden:
          public abstract fun <get-a> (): kotlin.Nothing declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.A
    PROPERTY FAKE_OVERRIDE name:b visibility:public modality:ABSTRACT [fake_override,val]
      overridden:
        public abstract b: kotlin.collections.List<kotlin.Nothing>
      FUN FAKE_OVERRIDE name:<get-b> visibility:public modality:ABSTRACT <> ($this:<root>.A) returnType:kotlin.collections.List<kotlin.Nothing> [fake_override]
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:ABSTRACT [fake_override,val]
        overridden:
          public abstract fun <get-b> (): kotlin.collections.List<kotlin.Nothing> declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.A
    PROPERTY FAKE_OVERRIDE name:c visibility:public modality:ABSTRACT [fake_override,val]
      overridden:
        public abstract c: kotlin.Nothing?
      FUN FAKE_OVERRIDE name:<get-c> visibility:public modality:ABSTRACT <> ($this:<root>.A) returnType:kotlin.Nothing? [fake_override]
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:c visibility:public modality:ABSTRACT [fake_override,val]
        overridden:
          public abstract fun <get-c> (): kotlin.Nothing? declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.A
    PROPERTY FAKE_OVERRIDE name:d visibility:public modality:ABSTRACT [fake_override,val]
      overridden:
        public abstract d: kotlin.collections.List<kotlin.Nothing?>
      FUN FAKE_OVERRIDE name:<get-d> visibility:public modality:ABSTRACT <> ($this:<root>.A) returnType:kotlin.collections.List<kotlin.Nothing?> [fake_override]
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:d visibility:public modality:ABSTRACT [fake_override,val]
        overridden:
          public abstract fun <get-d> (): kotlin.collections.List<kotlin.Nothing?> declared in <root>.Java1
        $this: VALUE_PARAMETER name:<this> type:<root>.A
  FUN name:test visibility:public modality:FINAL <> (b:<root>.B, c:<root>.C) returnType:kotlin.Unit
    VALUE_PARAMETER name:b index:0 type:<root>.B
    VALUE_PARAMETER name:c index:1 type:<root>.C
    BLOCK_BODY
      VAR name:k 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
      CALL 'public abstract fun foo (a: 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
        a: GET_VAR 'val k: kotlin.Nothing declared in <root>.test' type=kotlin.Nothing origin=null
      VAR name:k2 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
      VAR name:k3 type:kotlin.collections.List<kotlin.Nothing> [val]
        CALL 'public abstract fun <get-b> (): kotlin.collections.List<kotlin.Nothing> declared in <root>.B' type=kotlin.collections.List<kotlin.Nothing> origin=GET_PROPERTY
          $this: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
      VAR name:k4 type:kotlin.Nothing? [val]
        CALL 'public abstract fun <get-c> (): 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
      CALL 'public abstract fun foo2 (a: 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
        a: GET_VAR 'val k4: kotlin.Nothing? declared in <root>.test' type=kotlin.Nothing? origin=null
      VAR name:k5 type:kotlin.Nothing? [val]
        CALL 'public abstract fun bar2 (): 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
      VAR name:k6 type:kotlin.collections.List<kotlin.Nothing?> [val]
        CALL 'public abstract fun <get-d> (): kotlin.collections.List<kotlin.Nothing?> declared in <root>.B' type=kotlin.collections.List<kotlin.Nothing?> origin=GET_PROPERTY
          $this: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
      VAR name:k7 type:kotlin.Nothing [val]
        CALL 'public open fun <get-a> (): kotlin.Nothing declared in <root>.C' type=kotlin.Nothing origin=GET_PROPERTY
          $this: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
      CALL 'public open fun foo (a: kotlin.Nothing): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        $this: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
        a: GET_VAR 'val k: kotlin.Nothing declared in <root>.test' type=kotlin.Nothing origin=null
      VAR name:k8 type:kotlin.Nothing [val]
        CALL 'public abstract fun bar (): kotlin.Nothing declared in <root>.C' type=kotlin.Nothing origin=null
          $this: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
      VAR name:k9 type:kotlin.collections.List<kotlin.Nothing> [val]
        CALL 'public open fun <get-b> (): kotlin.collections.List<kotlin.Nothing> declared in <root>.C' type=kotlin.collections.List<kotlin.Nothing> origin=GET_PROPERTY
          $this: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
      VAR name:k10 type:kotlin.Nothing? [val]
        CALL 'public abstract fun <get-c> (): kotlin.Nothing? declared in <root>.C' type=kotlin.Nothing? origin=GET_PROPERTY
          $this: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
      CALL 'public abstract fun foo2 (a: kotlin.Nothing?): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        $this: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
        a: GET_VAR 'val k4: kotlin.Nothing? declared in <root>.test' type=kotlin.Nothing? origin=null
      VAR name:k11 type:kotlin.Nothing? [val]
        CALL 'public open fun bar2 (): kotlin.Nothing? declared in <root>.C' type=kotlin.Nothing? origin=null
          $this: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
      VAR name:k12 type:kotlin.collections.List<kotlin.Nothing?> [val]
        CALL 'public abstract fun <get-d> (): kotlin.collections.List<kotlin.Nothing?> declared in <root>.C' type=kotlin.collections.List<kotlin.Nothing?> origin=GET_PROPERTY
          $this: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
