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

Key: RSRP-54657
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Alexander Zverev
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 2
Operations

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

'Insert signature' CA for anonymous method should select unique names for parameters

Created: 14 Dec 07 19:02   Updated: 21 Mar 08 17:53
Component/s: Context actions
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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

Build: 578


 Description  « Hide
delegate void F(int x);

class Program
{
    static void Main()
    {
        F x = delegate { };
    }
}

Should insert (int x1), because 'x' is occupied.



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