FILE fqName:<root> fileName:/kt42321.kt
  CLASS CLASS name:C modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.C<L of <root>.C>
    TYPE_PARAMETER name:L index:0 variance: superTypes:[kotlin.Any?] reified:false
    CONSTRUCTOR visibility:public returnType:<root>.C<L of <root>.C> [primary]
      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:[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:takeT visibility:public modality:ABSTRACT returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.C<L of <root>.C>
      VALUE_PARAMETER kind:Regular name:x index:1 type:L of <root>.C
  FUN name:testByteDotCall visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:c3 index:0 type:<root>.C<kotlin.Byte>
    BLOCK_BODY
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c3: <root>.C<kotlin.Byte> declared in <root>.testByteDotCall' type=<root>.C<kotlin.Byte> origin=null
        ARG x: CALL 'public final fun plus (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c3: <root>.C<kotlin.Byte> declared in <root>.testByteDotCall' type=<root>.C<kotlin.Byte> origin=null
        ARG x: CALL 'public final fun shr (bitCount: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG bitCount: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c3: <root>.C<kotlin.Byte> declared in <root>.testByteDotCall' type=<root>.C<kotlin.Byte> origin=null
        ARG x: CALL 'public final fun inv (): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
  FUN name:testByteOperatorInfixCall visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:c6 index:0 type:<root>.C<kotlin.Byte>
    BLOCK_BODY
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c6: <root>.C<kotlin.Byte> declared in <root>.testByteOperatorInfixCall' type=<root>.C<kotlin.Byte> origin=null
        ARG x: CALL 'public open fun toByte (): kotlin.Byte declared in kotlin.Int' type=kotlin.Byte origin=null
          ARG <this>: CALL 'public final fun plus (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=PLUS
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c6: <root>.C<kotlin.Byte> declared in <root>.testByteOperatorInfixCall' type=<root>.C<kotlin.Byte> origin=null
        ARG x: CALL 'public open fun toByte (): kotlin.Byte declared in kotlin.Int' type=kotlin.Byte origin=null
          ARG <this>: CALL 'public final fun shr (bitCount: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG bitCount: CONST Int type=kotlin.Int value=2
  FUN name:testLongDotCall visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:c1 index:0 type:<root>.C<kotlin.Long>
    BLOCK_BODY
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c1: <root>.C<kotlin.Long> declared in <root>.testLongDotCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public final fun plus (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c1: <root>.C<kotlin.Long> declared in <root>.testLongDotCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public final fun minus (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c1: <root>.C<kotlin.Long> declared in <root>.testLongDotCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public final fun times (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c1: <root>.C<kotlin.Long> declared in <root>.testLongDotCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public final fun div (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c1: <root>.C<kotlin.Long> declared in <root>.testLongDotCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public final fun rem (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c1: <root>.C<kotlin.Long> declared in <root>.testLongDotCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public final fun unaryPlus (): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c1: <root>.C<kotlin.Long> declared in <root>.testLongDotCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public final fun unaryMinus (): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c1: <root>.C<kotlin.Long> declared in <root>.testLongDotCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public final fun shl (bitCount: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG bitCount: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c1: <root>.C<kotlin.Long> declared in <root>.testLongDotCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public final fun shr (bitCount: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG bitCount: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c1: <root>.C<kotlin.Long> declared in <root>.testLongDotCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public final fun ushr (bitCount: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG bitCount: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c1: <root>.C<kotlin.Long> declared in <root>.testLongDotCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public final fun and (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c1: <root>.C<kotlin.Long> declared in <root>.testLongDotCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public final fun or (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c1: <root>.C<kotlin.Long> declared in <root>.testLongDotCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public final fun xor (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c1: <root>.C<kotlin.Long> declared in <root>.testLongDotCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public final fun inv (): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
  FUN name:testLongOperatorInfixCall visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:c4 index:0 type:<root>.C<kotlin.Long>
    BLOCK_BODY
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c4: <root>.C<kotlin.Long> declared in <root>.testLongOperatorInfixCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public open fun toLong (): kotlin.Long declared in kotlin.Int' type=kotlin.Long origin=null
          ARG <this>: CALL 'public final fun plus (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=PLUS
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c4: <root>.C<kotlin.Long> declared in <root>.testLongOperatorInfixCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public open fun toLong (): kotlin.Long declared in kotlin.Int' type=kotlin.Long origin=null
          ARG <this>: CALL 'public final fun minus (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=MINUS
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c4: <root>.C<kotlin.Long> declared in <root>.testLongOperatorInfixCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public open fun toLong (): kotlin.Long declared in kotlin.Int' type=kotlin.Long origin=null
          ARG <this>: CALL 'public final fun times (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=MUL
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c4: <root>.C<kotlin.Long> declared in <root>.testLongOperatorInfixCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public open fun toLong (): kotlin.Long declared in kotlin.Int' type=kotlin.Long origin=null
          ARG <this>: CALL 'public final fun div (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=DIV
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c4: <root>.C<kotlin.Long> declared in <root>.testLongOperatorInfixCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public open fun toLong (): kotlin.Long declared in kotlin.Int' type=kotlin.Long origin=null
          ARG <this>: CALL 'public final fun rem (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=PERC
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c4: <root>.C<kotlin.Long> declared in <root>.testLongOperatorInfixCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CONST Long type=kotlin.Long value=1
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c4: <root>.C<kotlin.Long> declared in <root>.testLongOperatorInfixCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CONST Long type=kotlin.Long value=-1
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c4: <root>.C<kotlin.Long> declared in <root>.testLongOperatorInfixCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public open fun toLong (): kotlin.Long declared in kotlin.Int' type=kotlin.Long origin=null
          ARG <this>: CALL 'public final fun shl (bitCount: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG bitCount: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c4: <root>.C<kotlin.Long> declared in <root>.testLongOperatorInfixCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public open fun toLong (): kotlin.Long declared in kotlin.Int' type=kotlin.Long origin=null
          ARG <this>: CALL 'public final fun shr (bitCount: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG bitCount: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c4: <root>.C<kotlin.Long> declared in <root>.testLongOperatorInfixCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public open fun toLong (): kotlin.Long declared in kotlin.Int' type=kotlin.Long origin=null
          ARG <this>: CALL 'public final fun ushr (bitCount: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG bitCount: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c4: <root>.C<kotlin.Long> declared in <root>.testLongOperatorInfixCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public open fun toLong (): kotlin.Long declared in kotlin.Int' type=kotlin.Long origin=null
          ARG <this>: CALL 'public final fun and (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c4: <root>.C<kotlin.Long> declared in <root>.testLongOperatorInfixCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public open fun toLong (): kotlin.Long declared in kotlin.Int' type=kotlin.Long origin=null
          ARG <this>: CALL 'public final fun or (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c4: <root>.C<kotlin.Long> declared in <root>.testLongOperatorInfixCall' type=<root>.C<kotlin.Long> origin=null
        ARG x: CALL 'public open fun toLong (): kotlin.Long declared in kotlin.Int' type=kotlin.Long origin=null
          ARG <this>: CALL 'public final fun xor (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG other: CONST Int type=kotlin.Int value=2
  FUN name:testShortDotCall visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:c2 index:0 type:<root>.C<kotlin.Short>
    BLOCK_BODY
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c2: <root>.C<kotlin.Short> declared in <root>.testShortDotCall' type=<root>.C<kotlin.Short> origin=null
        ARG x: CALL 'public final fun plus (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c2: <root>.C<kotlin.Short> declared in <root>.testShortDotCall' type=<root>.C<kotlin.Short> origin=null
        ARG x: CALL 'public final fun shr (bitCount: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
          ARG bitCount: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c2: <root>.C<kotlin.Short> declared in <root>.testShortDotCall' type=<root>.C<kotlin.Short> origin=null
        ARG x: CALL 'public final fun inv (): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
          ARG <this>: CONST Int type=kotlin.Int value=1
  FUN name:testShortOperatorInfixCall visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:c5 index:0 type:<root>.C<kotlin.Short>
    BLOCK_BODY
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c5: <root>.C<kotlin.Short> declared in <root>.testShortOperatorInfixCall' type=<root>.C<kotlin.Short> origin=null
        ARG x: CALL 'public open fun toShort (): kotlin.Short declared in kotlin.Int' type=kotlin.Short origin=null
          ARG <this>: CALL 'public final fun plus (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=PLUS
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG other: CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun takeT (x: L of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c5: <root>.C<kotlin.Short> declared in <root>.testShortOperatorInfixCall' type=<root>.C<kotlin.Short> origin=null
        ARG x: CALL 'public open fun toShort (): kotlin.Short declared in kotlin.Int' type=kotlin.Short origin=null
          ARG <this>: CALL 'public final fun shr (bitCount: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null
            ARG <this>: CONST Int type=kotlin.Int value=1
            ARG bitCount: CONST Int type=kotlin.Int value=2
