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

Key: RSRP-56979
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

Do not allow to introduce a variable from an initializer of a pointer variable in a fixed statement, if the initializer is not an expression

Created: 31 Jan 08 11:19   Updated: 05 Feb 08 18:44
Component/s: Refactorings - Introduce Variable
Fix Version/s: Mirabilie Futurum
Security Level: Everybody (All jira users)

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

Build: 594


 Description  « Hide
unsafe struct A
{
    void Foo()
    {
        fixed (void* p = &this)
        {
            
        }
    }
}

Do not allow to introduce a variable from '&this', because this sequence of tokens is not an expression.



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