struct S<T> { static | }
In the given position, I am going to enter S<int>. I press 'S' (completion pops-up), '<'. The result:
struct S<T> { static S<T><| }
Expected:
struct S<T> { static S<|> }