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

Key: RSRP-58061
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Ilya Ryzhenkov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 2
Operations

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

Allow stackalloc initializer for implicitly typed local variables

Created: 15 Feb 08 23:56   Updated: 19 Feb 08 20:44
Component/s: PSI
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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

Build: 729


 Description  « Hide
class Program
{
    static unsafe void Main()
    {
        var x = stackalloc int[1];
    }
}

This is a spec defect.



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