FILE /typeArguments.kt
  FUN public fun test1(x: kotlin.Any): kotlin.Boolean
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='test1(Any): Boolean'
        WHEN type=kotlin.Boolean origin=ANDAND
          BRANCH
            if: TYPE_OP origin=INSTANCEOF typeOperand=kotlin.Array<*>
              GET_VAR 'value-parameter x: Any' type=kotlin.Any origin=null
            then: CALL 'isArrayOf() on Array<*>: Boolean' type=kotlin.Boolean origin=null
              <reified T : Any>: String
              $receiver: TYPE_OP origin=IMPLICIT_CAST typeOperand=kotlin.Array<*>
                GET_VAR 'value-parameter x: Any' type=kotlin.Any origin=null
          BRANCH
            if: CONST Boolean type=kotlin.Boolean value='true'
            then: CONST Boolean type=kotlin.Boolean value='false'
