You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preserve type parameters in function-typed "this." and "super." params. (#1520)
Preserve type parameters in function-typed "this." and "super." params.
If you have a parameter that:
- uses "this." or "super.",
- and also uses the old function-typed formal parameter syntax,
- and also is a generic function...
then the short style formatter would drop the type parameters on the
floor. The tall style already does the right thing.
Fix the short style and add regression tests for both.
Fix#1321.
0 commit comments