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

Key: RSRP-41907
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Shkredov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

'Inline variable' kills comments on array elements

Created: 31 May 07 18:26   Updated: 07 May 08 19:38
Component/s: Refactorings - Inline Variable
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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

Build: 447


 Description  « Hide
int[] s = {
    1, // one
    2, // two
};
Foo(s);

Result:

Foo(new int[] {1, 2});


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