FILE fqName:<root> fileName:/definitelyNonNullOverride.kt
  CLASS CLASS name:B modality:OPEN visibility:public superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.B<T of <root>.B>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    CONSTRUCTOR visibility:public <> () returnType:<root>.B<T of <root>.B> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:B modality:OPEN visibility:public superTypes:[kotlin.Any]'
    FUN name:foo visibility:public modality:OPEN <> ($this:<root>.B<T of <root>.B>, t:T of <root>.B) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.B<T of <root>.B>
      VALUE_PARAMETER name:t index:0 type:T of <root>.B
      BLOCK_BODY
    FUN name:bar visibility:public modality:OPEN <> ($this:<root>.B<T of <root>.B>, t:T of <root>.B) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.B<T of <root>.B>
      VALUE_PARAMETER name:t index:0 type:T of <root>.B
      BLOCK_BODY
    FUN name:qux visibility:public modality:OPEN <> ($this:<root>.B<T of <root>.B>, b:<root>.B<T of <root>.B>) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.B<T of <root>.B>
      VALUE_PARAMETER name:b index:0 type:<root>.B<T of <root>.B>
      BLOCK_BODY
    FUN name:six visibility:public modality:OPEN <F> ($this:<root>.B<T of <root>.B>, t:T of <root>.B, q:F of <root>.B.six) returnType:kotlin.Unit
      TYPE_PARAMETER name:F index:0 variance: superTypes:[kotlin.Any?] reified:false
      $this: VALUE_PARAMETER name:<this> type:<root>.B<T of <root>.B>
      VALUE_PARAMETER name:t index:0 type:T of <root>.B
      VALUE_PARAMETER name:q index:1 type:F of <root>.B.six
      BLOCK_BODY
    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 [operator] 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
  CLASS CLASS name:D modality:FINAL visibility:public superTypes:[<root>.B<{T of <root>.D & Any}>]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.D<T of <root>.D>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    CONSTRUCTOR visibility:public <> () returnType:<root>.D<T of <root>.D> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in <root>.B'
          <T>: {T of <root>.D & Any}
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:D modality:FINAL visibility:public superTypes:[<root>.B<{T of <root>.D & Any}>]'
    FUN name:foo visibility:public modality:OPEN <> ($this:<root>.D<T of <root>.D>, t:{T of <root>.D & Any}) returnType:kotlin.Unit
      overridden:
        public open fun foo (t: T of <root>.B): kotlin.Unit declared in <root>.B
      $this: VALUE_PARAMETER name:<this> type:<root>.D<T of <root>.D>
      VALUE_PARAMETER name:t index:0 type:{T of <root>.D & Any}
      BLOCK_BODY
    FUN FAKE_OVERRIDE name:bar visibility:public modality:OPEN <> ($this:<root>.B<{T of <root>.D & Any}>, t:{T of <root>.D & Any}) returnType:kotlin.Unit [fake_override]
      overridden:
        public open fun bar (t: T of <root>.B): kotlin.Unit declared in <root>.B
      $this: VALUE_PARAMETER name:<this> type:<root>.B<{T of <root>.D & Any}>
      VALUE_PARAMETER name:t index:0 type:{T of <root>.D & Any}
    FUN FAKE_OVERRIDE name:qux visibility:public modality:OPEN <> ($this:<root>.B<{T of <root>.D & Any}>, b:<root>.B<{T of <root>.D & Any}>) returnType:kotlin.Unit [fake_override]
      overridden:
        public open fun qux (b: <root>.B<T of <root>.B>): kotlin.Unit declared in <root>.B
      $this: VALUE_PARAMETER name:<this> type:<root>.B<{T of <root>.D & Any}>
      VALUE_PARAMETER name:b index:0 type:<root>.B<{T of <root>.D & Any}>
    FUN FAKE_OVERRIDE name:six visibility:public modality:OPEN <F> ($this:<root>.B<{T of <root>.D & Any}>, t:{T of <root>.D & Any}, q:F of <root>.D.six) returnType:kotlin.Unit [fake_override]
      overridden:
        public open fun six <F> (t: T of <root>.B, q: F of <root>.B.six): kotlin.Unit declared in <root>.B
      TYPE_PARAMETER name:F index:0 variance: superTypes:[kotlin.Any?] reified:false
      $this: VALUE_PARAMETER name:<this> type:<root>.B<{T of <root>.D & Any}>
      VALUE_PARAMETER name:t index:0 type:{T of <root>.D & Any}
      VALUE_PARAMETER name:q index:1 type:F of <root>.D.six
    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 [fake_override,operator] declared in <root>.B
      $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 [fake_override] declared in <root>.B
      $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 [fake_override] declared in <root>.B
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
