Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
3.0.2
State
Fixed
Assignee
Eugene Vigdorchik
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Vladimir Reshetnikov
    4 years ago (02 Jun 2007 10:45)
  • Updated by   Olga Lobacheva
    2 years ago (15 Feb 2010 21:42)
  • Jira: RSRP-42071
    (history, comments)
 
RSRP-42071 'Change signature' preview shows only one type parameter for generic method with two type parameters
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
class Stuff
{
    public static void Foo<T,S>() where T : S
    {
    }
}


Preview shows:

public static void Foo<T>() where T : S


Issue was closed
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments