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-32658
Type:
Bug
Status:
Open
Priority:
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 '}'
}
Description
class Stuff {
static
void Foo() { a: }
// error CS1525: Invalid expression term '}'
}
Show »
All
Comments
Work Log
Change History
Sort Order:
[
Permlink
|
« Hide
]
Vladimir Reshetnikov
-
29 Nov 06 17:32
Studio hightlights this.
ReSharper does not.
[
Show »
]
Vladimir Reshetnikov
-
29 Nov 06 17:32
Studio hightlights this. ReSharper does not.
[
Permlink
|
« Hide
]
Andrey Simanovsky
-
29 Nov 06 17:48
ReSharper parser will not highlight errors here. Possible diagnostics from ReSharper: "Missing statement after label".
[
Show »
]
Andrey Simanovsky
-
29 Nov 06 17:48
ReSharper parser will not highlight errors here. Possible diagnostics from ReSharper: "Missing statement after label".
[
Permlink
|
« Hide
]
Andrey Simanovsky
-
29 Nov 06 17:53
It would be nice to inform the user that there is a statement missing after label.
[
Show »
]
Andrey Simanovsky
-
29 Nov 06 17:53
It would be nice to inform the user that there is a statement missing after label.
ReSharper does not.