```c++ auto get_token(T my_arg) const -> const some_long_namespace::some_long_type<another_namespace::some_id, a_different_namespace::another_id>;
auto x = get_token( ``` The calltip shows the very long return type first, which gets in the way of reading the rest of the function signature. It should be shown in the same way the source function was written.