FILE fqName:<root> fileName:/clashingFakeOverrideSignatures.kt
  CLASS CLASS name:Base modality:OPEN visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Base<T of <root>.Base>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    CONSTRUCTOR visibility:public returnType:<root>.Base<T of <root>.Base> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Base modality:OPEN visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit
    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:foo visibility:public modality:FINAL returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Base<T of <root>.Base>
      VALUE_PARAMETER kind:Regular name:x index:1 type:T of <root>.Base
      BLOCK_BODY
    FUN name:foo visibility:public modality:FINAL returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Base<T of <root>.Base>
      VALUE_PARAMETER kind:Regular name:y index:1 type:kotlin.String
      BLOCK_BODY
    PROPERTY name:bar visibility:public modality:FINAL [val]
      FUN name:<get-bar> visibility:public modality:FINAL returnType:kotlin.Int
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Base<T of <root>.Base>
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:T of <root>.Base
        correspondingProperty: PROPERTY name:bar visibility:public modality:FINAL [val]
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun <get-bar> (<this>: T of <root>.Base): kotlin.Int declared in <root>.Base'
            CONST Int type=kotlin.Int value=1
    PROPERTY name:bar visibility:public modality:FINAL [val]
      FUN name:<get-bar> visibility:public modality:FINAL returnType:kotlin.Int
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Base<T of <root>.Base>
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:kotlin.String
        correspondingProperty: PROPERTY name:bar visibility:public modality:FINAL [val]
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun <get-bar> (<this>: kotlin.String): kotlin.Int declared in <root>.Base'
            CONST Int type=kotlin.Int value=2
  CLASS CLASS name:BaseXY modality:OPEN visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.BaseXY<X of <root>.BaseXY, Y of <root>.BaseXY>
    TYPE_PARAMETER name:X index:0 variance: superTypes:[kotlin.Any?] reified:false
    TYPE_PARAMETER name:Y index:1 variance: superTypes:[kotlin.Any?] reified:false
    CONSTRUCTOR visibility:public returnType:<root>.BaseXY<X of <root>.BaseXY, Y of <root>.BaseXY> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:BaseXY modality:OPEN visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit
    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:foo visibility:public modality:FINAL returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.BaseXY<X of <root>.BaseXY, Y of <root>.BaseXY>
      VALUE_PARAMETER kind:Regular name:x index:1 type:X of <root>.BaseXY
      VALUE_PARAMETER kind:Regular name:y index:2 type:kotlin.String
      BLOCK_BODY
    FUN name:foo visibility:public modality:FINAL returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.BaseXY<X of <root>.BaseXY, Y of <root>.BaseXY>
      VALUE_PARAMETER kind:Regular name:x index:1 type:kotlin.String
      VALUE_PARAMETER kind:Regular name:y index:2 type:Y of <root>.BaseXY
      BLOCK_BODY
  CLASS CLASS name:Derived modality:OPEN visibility:public superTypes:[<root>.Base<kotlin.String>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Derived
    CONSTRUCTOR visibility:public returnType:<root>.Derived [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Base'
          TYPE_ARG T: kotlin.String
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Derived modality:OPEN visibility:public superTypes:[<root>.Base<kotlin.String>]' type=kotlin.Unit
    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>.Base
    FUN FAKE_OVERRIDE name:foo visibility:public modality:FINAL returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Base<kotlin.String>
      VALUE_PARAMETER kind:Regular name:x index:1 type:kotlin.String
      overridden:
        public final fun foo (x: T of <root>.Base): kotlin.Unit declared in <root>.Base
        public final fun foo (y: kotlin.String): kotlin.Unit declared in <root>.Base
    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>.Base
    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>.Base
    PROPERTY FAKE_OVERRIDE name:bar visibility:public modality:FINAL [fake_override,val]
      overridden:
        public final bar: kotlin.Int declared in <root>.Base
        public final bar: kotlin.Int declared in <root>.Base
      FUN FAKE_OVERRIDE name:<get-bar> visibility:public modality:FINAL returnType:kotlin.Int [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Base<kotlin.String>
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:kotlin.String
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:bar visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final fun <get-bar> (<this>: T of <root>.Base): kotlin.Int declared in <root>.Base
          public final fun <get-bar> (<this>: kotlin.String): kotlin.Int declared in <root>.Base
  CLASS CLASS name:Derived2 modality:FINAL visibility:public superTypes:[<root>.Derived]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Derived2
    CONSTRUCTOR visibility:public returnType:<root>.Derived2 [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Derived'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Derived2 modality:FINAL visibility:public superTypes:[<root>.Derived]' type=kotlin.Unit
    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>.Derived
    FUN FAKE_OVERRIDE name:foo visibility:public modality:FINAL returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Base<kotlin.String>
      VALUE_PARAMETER kind:Regular name:x index:1 type:kotlin.String
      overridden:
        public final fun foo (x: kotlin.String): kotlin.Unit declared in <root>.Derived
    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>.Derived
    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>.Derived
    PROPERTY FAKE_OVERRIDE name:bar visibility:public modality:FINAL [fake_override,val]
      overridden:
        public final bar: kotlin.Int declared in <root>.Derived
      FUN FAKE_OVERRIDE name:<get-bar> visibility:public modality:FINAL returnType:kotlin.Int [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Base<kotlin.String>
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:kotlin.String
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:bar visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final fun <get-bar> (<this>: kotlin.String): kotlin.Int declared in <root>.Derived
  CLASS CLASS name:DerivedXY modality:FINAL visibility:public superTypes:[<root>.BaseXY<kotlin.String, kotlin.String>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.DerivedXY
    CONSTRUCTOR visibility:public returnType:<root>.DerivedXY [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.BaseXY'
          TYPE_ARG X: kotlin.String
          TYPE_ARG Y: kotlin.String
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:DerivedXY modality:FINAL visibility:public superTypes:[<root>.BaseXY<kotlin.String, kotlin.String>]' type=kotlin.Unit
    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>.BaseXY
    FUN FAKE_OVERRIDE name:foo visibility:public modality:FINAL returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.BaseXY<kotlin.String, kotlin.String>
      VALUE_PARAMETER kind:Regular name:x index:1 type:kotlin.String
      VALUE_PARAMETER kind:Regular name:y index:2 type:kotlin.String
      overridden:
        public final fun foo (x: X of <root>.BaseXY, y: kotlin.String): kotlin.Unit declared in <root>.BaseXY
        public final fun foo (x: kotlin.String, y: Y of <root>.BaseXY): kotlin.Unit declared in <root>.BaseXY
    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>.BaseXY
    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>.BaseXY
  CLASS CLASS name:Outer modality:OPEN visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Outer<T of <root>.Outer>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    CLASS CLASS name:Inner modality:OPEN visibility:public [inner] superTypes:[kotlin.Any]
      thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Outer.Inner<T of <root>.Outer>
      CONSTRUCTOR visibility:public returnType:<root>.Outer.Inner<T of <root>.Outer> [primary]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Outer<T of <root>.Outer>
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Inner modality:OPEN visibility:public [inner] superTypes:[kotlin.Any]' type=kotlin.Unit
      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:foo visibility:public modality:FINAL returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Outer.Inner<T of <root>.Outer>
        VALUE_PARAMETER kind:Regular name:x index:1 type:T of <root>.Outer
        BLOCK_BODY
      FUN name:foo visibility:public modality:FINAL returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Outer.Inner<T of <root>.Outer>
        VALUE_PARAMETER kind:Regular name:y index:1 type:kotlin.String
        BLOCK_BODY
    CONSTRUCTOR visibility:public returnType:<root>.Outer<T of <root>.Outer> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Outer modality:OPEN visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit
    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
  CLASS CLASS name:OuterDerived modality:FINAL visibility:public superTypes:[<root>.Outer<kotlin.String>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.OuterDerived
    CLASS CLASS name:InnerDerived modality:FINAL visibility:public [inner] superTypes:[<root>.Outer.Inner<kotlin.String>]
      thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.OuterDerived.InnerDerived
      CONSTRUCTOR visibility:public returnType:<root>.OuterDerived.InnerDerived [primary]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.OuterDerived
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Outer.Inner'
            ARG <this>: GET_VAR '<this>: <root>.OuterDerived declared in <root>.OuterDerived' type=<root>.OuterDerived origin=IMPLICIT_ARGUMENT
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:InnerDerived modality:FINAL visibility:public [inner] superTypes:[<root>.Outer.Inner<kotlin.String>]' type=kotlin.Unit
      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>.Outer.Inner
      FUN FAKE_OVERRIDE name:foo visibility:public modality:FINAL returnType:kotlin.Unit [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Outer.Inner<kotlin.String>
        VALUE_PARAMETER kind:Regular name:x index:1 type:kotlin.String
        overridden:
          public final fun foo (x: T of <root>.Outer): kotlin.Unit declared in <root>.Outer.Inner
          public final fun foo (y: kotlin.String): kotlin.Unit declared in <root>.Outer.Inner
      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>.Outer.Inner
      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>.Outer.Inner
    CONSTRUCTOR visibility:public returnType:<root>.OuterDerived [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Outer'
          TYPE_ARG T: kotlin.String
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:OuterDerived modality:FINAL visibility:public superTypes:[<root>.Outer<kotlin.String>]' type=kotlin.Unit
    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>.Outer
    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>.Outer
    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>.Outer
  FUN name:outerFun visibility:public modality:FINAL returnType:kotlin.Unit
    BLOCK_BODY
      CLASS CLASS name:LocalBase modality:OPEN visibility:local superTypes:[kotlin.Any]
        thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.outerFun.LocalBase<T of <root>.outerFun.LocalBase>
        TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
        CONSTRUCTOR visibility:public returnType:<root>.outerFun.LocalBase<T of <root>.outerFun.LocalBase> [primary]
          BLOCK_BODY
            DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
            INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:LocalBase modality:OPEN visibility:local superTypes:[kotlin.Any]' type=kotlin.Unit
        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:foo visibility:public modality:FINAL returnType:kotlin.Unit
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.outerFun.LocalBase<T of <root>.outerFun.LocalBase>
          VALUE_PARAMETER kind:Regular name:x index:1 type:T of <root>.outerFun.LocalBase
          BLOCK_BODY
        FUN name:foo visibility:public modality:FINAL returnType:kotlin.Unit
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.outerFun.LocalBase<T of <root>.outerFun.LocalBase>
          VALUE_PARAMETER kind:Regular name:y index:1 type:kotlin.String
          BLOCK_BODY
        PROPERTY name:bar visibility:public modality:FINAL [val]
          FUN name:<get-bar> visibility:public modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.outerFun.LocalBase<T of <root>.outerFun.LocalBase>
            VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:T of <root>.outerFun.LocalBase
            correspondingProperty: PROPERTY name:bar visibility:public modality:FINAL [val]
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='public final fun <get-bar> (<this>: T of <root>.outerFun.LocalBase): kotlin.Int declared in <root>.outerFun.LocalBase'
                CONST Int type=kotlin.Int value=1
        PROPERTY name:bar visibility:public modality:FINAL [val]
          FUN name:<get-bar> visibility:public modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.outerFun.LocalBase<T of <root>.outerFun.LocalBase>
            VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:kotlin.String
            correspondingProperty: PROPERTY name:bar visibility:public modality:FINAL [val]
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='public final fun <get-bar> (<this>: kotlin.String): kotlin.Int declared in <root>.outerFun.LocalBase'
                CONST Int type=kotlin.Int value=2
      CLASS CLASS name:LocalDerived modality:OPEN visibility:local superTypes:[<root>.outerFun.LocalBase<kotlin.String>]
        thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.outerFun.LocalDerived
        CONSTRUCTOR visibility:public returnType:<root>.outerFun.LocalDerived [primary]
          BLOCK_BODY
            DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.outerFun.LocalBase'
              TYPE_ARG T: kotlin.String
            INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:LocalDerived modality:OPEN visibility:local superTypes:[<root>.outerFun.LocalBase<kotlin.String>]' type=kotlin.Unit
        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>.outerFun.LocalBase
        FUN FAKE_OVERRIDE name:foo visibility:public modality:FINAL returnType:kotlin.Unit [fake_override]
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.outerFun.LocalBase<kotlin.String>
          VALUE_PARAMETER kind:Regular name:x index:1 type:kotlin.String
          overridden:
            public final fun foo (x: T of <root>.outerFun.LocalBase): kotlin.Unit declared in <root>.outerFun.LocalBase
            public final fun foo (y: kotlin.String): kotlin.Unit declared in <root>.outerFun.LocalBase
        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>.outerFun.LocalBase
        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>.outerFun.LocalBase
        PROPERTY FAKE_OVERRIDE name:bar visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final bar: kotlin.Int declared in <root>.outerFun.LocalBase
            public final bar: kotlin.Int declared in <root>.outerFun.LocalBase
          FUN FAKE_OVERRIDE name:<get-bar> visibility:public modality:FINAL returnType:kotlin.Int [fake_override]
            VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.outerFun.LocalBase<kotlin.String>
            VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:kotlin.String
            correspondingProperty: PROPERTY FAKE_OVERRIDE name:bar visibility:public modality:FINAL [fake_override,val]
            overridden:
              public final fun <get-bar> (<this>: T of <root>.outerFun.LocalBase): kotlin.Int declared in <root>.outerFun.LocalBase
              public final fun <get-bar> (<this>: kotlin.String): kotlin.Int declared in <root>.outerFun.LocalBase
      CLASS CLASS name:LocalDerived2 modality:FINAL visibility:local superTypes:[<root>.outerFun.LocalDerived]
        thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.outerFun.LocalDerived2
        CONSTRUCTOR visibility:public returnType:<root>.outerFun.LocalDerived2 [primary]
          BLOCK_BODY
            DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.outerFun.LocalDerived'
            INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:LocalDerived2 modality:FINAL visibility:local superTypes:[<root>.outerFun.LocalDerived]' type=kotlin.Unit
        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>.outerFun.LocalDerived
        FUN FAKE_OVERRIDE name:foo visibility:public modality:FINAL returnType:kotlin.Unit [fake_override]
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.outerFun.LocalBase<kotlin.String>
          VALUE_PARAMETER kind:Regular name:x index:1 type:kotlin.String
          overridden:
            public final fun foo (x: kotlin.String): kotlin.Unit declared in <root>.outerFun.LocalDerived
        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>.outerFun.LocalDerived
        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>.outerFun.LocalDerived
        PROPERTY FAKE_OVERRIDE name:bar visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final bar: kotlin.Int declared in <root>.outerFun.LocalDerived
          FUN FAKE_OVERRIDE name:<get-bar> visibility:public modality:FINAL returnType:kotlin.Int [fake_override]
            VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.outerFun.LocalBase<kotlin.String>
            VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:kotlin.String
            correspondingProperty: PROPERTY FAKE_OVERRIDE name:bar visibility:public modality:FINAL [fake_override,val]
            overridden:
              public final fun <get-bar> (<this>: kotlin.String): kotlin.Int declared in <root>.outerFun.LocalDerived
      FUN LOCAL_FUNCTION name:test visibility:local modality:FINAL returnType:kotlin.Unit
        VALUE_PARAMETER kind:Regular name:b index:0 type:<root>.outerFun.LocalBase<kotlin.String>
        VALUE_PARAMETER kind:Regular name:d index:1 type:<root>.outerFun.LocalDerived
        VALUE_PARAMETER kind:Regular name:d2 index:2 type:<root>.outerFun.LocalDerived2
        BLOCK_BODY
          CALL 'public final fun foo (x: T of <root>.outerFun.LocalBase): kotlin.Unit declared in <root>.outerFun.LocalBase' type=kotlin.Unit origin=null
            ARG <this>: GET_VAR 'b: <root>.outerFun.LocalBase<kotlin.String> declared in <root>.outerFun.test' type=<root>.outerFun.LocalBase<kotlin.String> origin=null
            ARG x: CONST String type=kotlin.String value=""
          CALL 'public final fun foo (y: kotlin.String): kotlin.Unit declared in <root>.outerFun.LocalBase' type=kotlin.Unit origin=null
            ARG <this>: GET_VAR 'b: <root>.outerFun.LocalBase<kotlin.String> declared in <root>.outerFun.test' type=<root>.outerFun.LocalBase<kotlin.String> origin=null
            ARG y: CONST String type=kotlin.String value=""
          CALL 'public final fun foo (x: kotlin.String): kotlin.Unit declared in <root>.outerFun.LocalDerived' type=kotlin.Unit origin=null
            ARG <this>: GET_VAR 'd: <root>.outerFun.LocalDerived declared in <root>.outerFun.test' type=<root>.outerFun.LocalDerived origin=null
            ARG x: CONST String type=kotlin.String value=""
          CALL 'public final fun foo (x: kotlin.String): kotlin.Unit declared in <root>.outerFun.LocalDerived' type=kotlin.Unit origin=null
            ARG <this>: GET_VAR 'd: <root>.outerFun.LocalDerived declared in <root>.outerFun.test' type=<root>.outerFun.LocalDerived origin=null
            ARG x: CONST String type=kotlin.String value=""
          CALL 'public final fun foo (x: kotlin.String): kotlin.Unit declared in <root>.outerFun.LocalDerived2' type=kotlin.Unit origin=null
            ARG <this>: GET_VAR 'd2: <root>.outerFun.LocalDerived2 declared in <root>.outerFun.test' type=<root>.outerFun.LocalDerived2 origin=null
            ARG x: CONST String type=kotlin.String value=""
          CALL 'public final fun foo (x: kotlin.String): kotlin.Unit declared in <root>.outerFun.LocalDerived2' type=kotlin.Unit origin=null
            ARG <this>: GET_VAR 'd2: <root>.outerFun.LocalDerived2 declared in <root>.outerFun.test' type=<root>.outerFun.LocalDerived2 origin=null
            ARG x: CONST String type=kotlin.String value=""
  FUN name:test visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:b index:0 type:<root>.Base<kotlin.String>
    VALUE_PARAMETER kind:Regular name:d index:1 type:<root>.Derived
    VALUE_PARAMETER kind:Regular name:d2 index:2 type:<root>.Derived2
    BLOCK_BODY
      CALL 'public final fun foo (x: T of <root>.Base): kotlin.Unit declared in <root>.Base' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'b: <root>.Base<kotlin.String> declared in <root>.test' type=<root>.Base<kotlin.String> origin=null
        ARG x: CONST String type=kotlin.String value=""
      CALL 'public final fun foo (y: kotlin.String): kotlin.Unit declared in <root>.Base' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'b: <root>.Base<kotlin.String> declared in <root>.test' type=<root>.Base<kotlin.String> origin=null
        ARG y: CONST String type=kotlin.String value=""
      CALL 'public final fun foo (x: kotlin.String): kotlin.Unit declared in <root>.Derived' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'd: <root>.Derived declared in <root>.test' type=<root>.Derived origin=null
        ARG x: CONST String type=kotlin.String value=""
      CALL 'public final fun foo (x: kotlin.String): kotlin.Unit declared in <root>.Derived' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'd: <root>.Derived declared in <root>.test' type=<root>.Derived origin=null
        ARG x: CONST String type=kotlin.String value=""
      CALL 'public final fun foo (x: kotlin.String): kotlin.Unit declared in <root>.Derived2' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'd2: <root>.Derived2 declared in <root>.test' type=<root>.Derived2 origin=null
        ARG x: CONST String type=kotlin.String value=""
      CALL 'public final fun foo (x: kotlin.String): kotlin.Unit declared in <root>.Derived2' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'd2: <root>.Derived2 declared in <root>.test' type=<root>.Derived2 origin=null
        ARG x: CONST String type=kotlin.String value=""
