History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-58279
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Lomov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
ReSharper

Expected type for the second argument should be 'int' (analyze constraints)

Created: 17 Feb 08 18:37   Updated: 19 Feb 08 20:24
Component/s: PSI - Resolve
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 729


 Description  « Hide
class A
{
    static void Foo<T,S>(T x, S y) where S : T 
    {
    }
    static void Main()
    {
        Foo(1, |);
    }
}


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.