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

Key: RSRP-29868
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Dmitry Lomov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

Resharper refuse to parse correct code

Created: 14 Oct 06 14:51   Updated: 19 Feb 08 10:59
Component/s: None
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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

Build: 263


 Description  « Hide
class Stuff<T> @where T : struct
{
    static void Foo()
    {
    }
}

Note that 'where' is not keyword, but is a special identifier (like value, get, set, add, yield), so it may be preceded by @ operator.



 All   Comments   Work Log   Change History      Sort Order:
Vladimir Reshetnikov - 16 Oct 06 09:53
Sorry, of course, @ is not a operator, but is a special symbol.

Vladimir Reshetnikov - 19 Feb 08 10:59
Please, discard this issue.
Behavior has changed in C# 3.0.