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

Key: RSRP-42878
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Andrey Simanovsky
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

ReSharper suggests to convert System.Int32 into class

Created: 11 Jun 07 13:57   Updated: 26 Jun 07 19:40
Component/s: None
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. bad-idea.png
(17 kb)

Build: 457


 Description  « Hide
internal delegate void F<T>(T obj);

class Program
{
    static void Foo<T>(T x) where T : class 
    {
    }


    public static void Main(string[] args)
    {
        F<int> f = Foo; // here
    }    
}

See attachment.



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