| Priority |
Show-stopper |
| Type | Bug |
| State | Fixed |
| Assignee | Eugene Pasynkov |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
3.0.2
|
| Fixed in build |
Next build |
| Build |
464
|
| Fixed in build |
465
|
RSRP-43461 |
Reformat introduces '__UNKNOWN_TYPE__' into the code |
|
|
public class A<T>
{
public class D
{
object d = typeof (A<>.D);
}
}
public class A<T>
{
public class D
{
private object d = typeof (A<__UNKNOWN_TYPE__>.D);
}
}