037984b0e0
- Instead of extending the API with `typeParameterNames`, this commit creates a PSI-based Java type parameter symbol similarly to the PSI-based Java class symbol. Because completion requires only the type parameter name, this approach works fine, and without exposing an optimization via the API.