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

Key: RSRP-31969
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Pasynkov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

False error report 'Unexpected token'

Created: 16 Nov 06 12:06   Updated: 17 Mar 08 12:48
Component/s: PSI - Parser
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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

Build: 305


 Description  « Hide
Remove all code from code editor (including whitespace)
Type the following line
interface IFace<T> where T : IFace<T>.

You will see error hightlight 'Unexpected token' under '.'. It is quite right.
Remove '.'. You will see error hightlight 'Unexpected token' under '>'. It is not right.



 All   Comments   Work Log   Change History      Sort Order:
Vladimir Reshetnikov - 16 Nov 06 12:29
Possibly, ReSharper means 'Unexpected end of file'?