History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
RSRP-58061
Type:
New Feature
Status:
Open
Priority:
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.
Description
class Program {
static
unsafe void Main() {
var
x = stackalloc
int
[1]; } }
This is a spec defect.
Show »
All
Comments
Work Log
Change History
Sort Order:
There are no comments yet on this issue.