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

Key: RSRP-32658
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

error CS1525: Invalid expression term '}'

Created: 29 Nov 06 11:57   Updated: 17 Mar 08 12:48
Component/s: PSI - Parser, Language - C#
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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

Build: 314


 Description  « Hide
class Stuff
{
    static void Foo()
    {
       a: 
    } // error CS1525: Invalid expression term '}'
}


 All   Comments   Work Log   Change History      Sort Order:
Vladimir Reshetnikov - 29 Nov 06 17:32
Studio hightlights this.
ReSharper does not.

Andrey Simanovsky - 29 Nov 06 17:48
ReSharper parser will not highlight errors here. Possible diagnostics from ReSharper: "Missing statement after label".

Andrey Simanovsky - 29 Nov 06 17:53
It would be nice to inform the user that there is a statement missing after label.