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-34747
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 CS1003: Syntax error, '.' expected
Created:
23 Jan 07 16:41
Updated:
17 Mar 08 12:48
Component/s:
Language - C#
,
PSI - Parser
Fix Version/s:
4.0
Security Level:
Everybody
(All jira users)
Original Estimate:
Unknown
Remaining Estimate:
Unknown
Time Spent:
Unknown
Build:
337
Description
« Hide
class Stuff {
static
int
Foo() {
return
1::MinValue;
// error CS1003: Syntax error, '.' expected
} }
Description
class Stuff {
static
int
Foo() {
return
1::MinValue;
// error CS1003: Syntax error, '.' expected
} }
Show »
All
Comments
Work Log
Change History
Sort Order:
[
Permlink
|
« Hide
]
Vladimir Reshetnikov
-
03 Jun 07 19:02
Error is highlighted by VS, but ReSharper's indicator is green.
[
Show »
]
Vladimir Reshetnikov
-
03 Jun 07 19:02
Error is highlighted by VS, but ReSharper's indicator is green.