| Priority |
Normal |
| Type | Bug |
| State | Fixed |
| Assignee | Eugene Vigdorchik |
| Subsystem | Refactorings - Change Signature |
| Affected versions |
No affected versions
|
| Fixed in |
3.0.2
|
| Fixed in build |
Next build |
| Build |
450
|
| Fixed in build |
700
|
RSRP-42071 |
'Change signature' preview shows only one type parameter for generic method with two type parameters |
|
|
class Stuff
{
public static void Foo<T,S>() where T : S
{
}
}
public static void Foo<T>() where T : S