Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Eugene Pasynkov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Build
464
Fixed in build
465
  • Submitted by   Vladimir Reshetnikov
    2 years ago (16 Jun 2007 16:59)
  • Updated by Vladimir Reshetnikov
    2 years ago (29 Jun 2007 19:38)
  • Jira: RSRP-43461
    (history, comments)

RSRP-43461

Reformat introduces '__UNKNOWN_TYPE__' into the code

0
public class A<T>
{
    public class D
    {
        object d = typeof (A<>.D);
    }
}


After reformat:

public class A<T>
{
    public class D
    {
        private object d = typeof (A<__UNKNOWN_TYPE__>.D);
    }
}


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