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

Key: RSRP-53472
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Olga Lobacheva
Reporter: Andrey Simanovsky
Votes: 1
Watchers: 1
Operations

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

Expected types for fixed statement

Created: 26 Nov 07 20:53   Updated: 29 Jan 08 12:52
Component/s: PSI
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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


 Description  « Hide
fixed(int* i = ...)

and also

fixed(int* i = &...)


 All   Comments   Work Log   Change History      Sort Order:
Vladimir Reshetnikov - 29 Jan 08 12:52
fixed (char* p = "") { }
    fixed (void* p = "") { }