Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Eugene Pasynkov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Build
250
Fixed in build
252
  • Submitted by   Maxim A. Babenko
    3 years ago (06 Aug 2006 18:19)
  • Updated by Maxim A. Babenko
    3 years ago (09 Sep 2006 13:33)
  • Jira: RSRP-26088
    (history, comments)

RSRP-26088

operator -> is not handled properly

0
[c#]
struct S
{
public int A;
public int Version;
}
unsafe class C
{
void foo()
{
S* s = null;
s->A = 1;
s->Version = 2;
}
}
[/c#]
Version is highlighted in wrong color.
Navigation to definition at s->A does not work.

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments