FILE fqName:<root> fileName:/intersectedSmartcastForExtensionReceiverWithSameConstructor.kt
  CLASS CLASS name:Bar modality:FINAL visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Bar<T of <root>.Bar>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    CONSTRUCTOR visibility:public returnType:<root>.Bar<T of <root>.Bar> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Bar modality:FINAL 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:parameterizedExt visibility:public modality:FINAL returnType:kotlin.Unit
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.Bar<T of <root>.parameterizedExt>
    BLOCK_BODY
  FUN name:specificExt visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.Bar<kotlin.Int>
    BLOCK_BODY
  FUN name:test_1_1 visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:x index:0 type:kotlin.Any
    BLOCK_BODY
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        TYPE_OP type=<root>.Bar<kotlin.String> origin=CAST typeOperand=<root>.Bar<kotlin.String>
          GET_VAR 'x: kotlin.Any declared in <root>.test_1_1' type=kotlin.Any origin=null
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        TYPE_OP type=<root>.Bar<kotlin.Int> origin=CAST typeOperand=<root>.Bar<kotlin.Int>
          TYPE_OP type=<root>.Bar<kotlin.String> origin=IMPLICIT_CAST typeOperand=<root>.Bar<kotlin.String>
            GET_VAR 'x: kotlin.Any declared in <root>.test_1_1' type=kotlin.Any origin=null
      CALL 'public final fun specificExt (<this>: <root>.Bar<kotlin.Int>): kotlin.Unit declared in <root>' type=kotlin.Unit origin=null
        ARG <this>: TYPE_OP type=<root>.Bar<kotlin.Int> origin=IMPLICIT_CAST typeOperand=<root>.Bar<kotlin.Int>
          GET_VAR 'x: kotlin.Any declared in <root>.test_1_1' type=kotlin.Any origin=null
  FUN name:test_1_2 visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:x index:0 type:kotlin.Any
    BLOCK_BODY
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        TYPE_OP type=<root>.Bar<kotlin.Int> origin=CAST typeOperand=<root>.Bar<kotlin.Int>
          GET_VAR 'x: kotlin.Any declared in <root>.test_1_2' type=kotlin.Any origin=null
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        TYPE_OP type=<root>.Bar<kotlin.String> origin=CAST typeOperand=<root>.Bar<kotlin.String>
          TYPE_OP type=<root>.Bar<kotlin.Int> origin=IMPLICIT_CAST typeOperand=<root>.Bar<kotlin.Int>
            GET_VAR 'x: kotlin.Any declared in <root>.test_1_2' type=kotlin.Any origin=null
      CALL 'public final fun specificExt (<this>: <root>.Bar<kotlin.Int>): kotlin.Unit declared in <root>' type=kotlin.Unit origin=null
        ARG <this>: TYPE_OP type=<root>.Bar<kotlin.Int> origin=IMPLICIT_CAST typeOperand=<root>.Bar<kotlin.Int>
          GET_VAR 'x: kotlin.Any declared in <root>.test_1_2' type=kotlin.Any origin=null
  FUN name:test_2_1 visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:x index:0 type:kotlin.Any
    BLOCK_BODY
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        TYPE_OP type=<root>.Bar<kotlin.String> origin=CAST typeOperand=<root>.Bar<kotlin.String>
          GET_VAR 'x: kotlin.Any declared in <root>.test_2_1' type=kotlin.Any origin=null
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        TYPE_OP type=<root>.Bar<kotlin.Int> origin=CAST typeOperand=<root>.Bar<kotlin.Int>
          TYPE_OP type=<root>.Bar<kotlin.String> origin=IMPLICIT_CAST typeOperand=<root>.Bar<kotlin.String>
            GET_VAR 'x: kotlin.Any declared in <root>.test_2_1' type=kotlin.Any origin=null
      CALL 'public final fun parameterizedExt <T> (<this>: <root>.Bar<T of <root>.parameterizedExt>): kotlin.Unit declared in <root>' type=kotlin.Unit origin=null
        TYPE_ARG T: kotlin.String
        ARG <this>: TYPE_OP type=<root>.Bar<kotlin.String> origin=IMPLICIT_CAST typeOperand=<root>.Bar<kotlin.String>
          GET_VAR 'x: kotlin.Any declared in <root>.test_2_1' type=kotlin.Any origin=null
      CALL 'public final fun parameterizedExt <T> (<this>: <root>.Bar<T of <root>.parameterizedExt>): kotlin.Unit declared in <root>' type=kotlin.Unit origin=null
        TYPE_ARG T: kotlin.Int
        ARG <this>: TYPE_OP type=<root>.Bar<kotlin.Int> origin=IMPLICIT_CAST typeOperand=<root>.Bar<kotlin.Int>
          GET_VAR 'x: kotlin.Any declared in <root>.test_2_1' type=kotlin.Any origin=null
  FUN name:test_2_2 visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:x index:0 type:kotlin.Any
    BLOCK_BODY
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        TYPE_OP type=<root>.Bar<kotlin.Int> origin=CAST typeOperand=<root>.Bar<kotlin.Int>
          GET_VAR 'x: kotlin.Any declared in <root>.test_2_2' type=kotlin.Any origin=null
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        TYPE_OP type=<root>.Bar<kotlin.String> origin=CAST typeOperand=<root>.Bar<kotlin.String>
          TYPE_OP type=<root>.Bar<kotlin.Int> origin=IMPLICIT_CAST typeOperand=<root>.Bar<kotlin.Int>
            GET_VAR 'x: kotlin.Any declared in <root>.test_2_2' type=kotlin.Any origin=null
      CALL 'public final fun parameterizedExt <T> (<this>: <root>.Bar<T of <root>.parameterizedExt>): kotlin.Unit declared in <root>' type=kotlin.Unit origin=null
        TYPE_ARG T: kotlin.String
        ARG <this>: TYPE_OP type=<root>.Bar<kotlin.String> origin=IMPLICIT_CAST typeOperand=<root>.Bar<kotlin.String>
          GET_VAR 'x: kotlin.Any declared in <root>.test_2_2' type=kotlin.Any origin=null
      CALL 'public final fun parameterizedExt <T> (<this>: <root>.Bar<T of <root>.parameterizedExt>): kotlin.Unit declared in <root>' type=kotlin.Unit origin=null
        TYPE_ARG T: kotlin.Int
        ARG <this>: TYPE_OP type=<root>.Bar<kotlin.Int> origin=IMPLICIT_CAST typeOperand=<root>.Bar<kotlin.Int>
          GET_VAR 'x: kotlin.Any declared in <root>.test_2_2' type=kotlin.Any origin=null
