| Priority |
Normal |
| Type | Bug |
| State | Fixed |
| Assignee | Andrey Simanovsky |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
2.0.2
|
| Fixed in build |
Next build |
| Build |
263
|
| Fixed in build |
264
|
RSRP-29450 |
'Move nested type to outer scope' hangs if there is circular dependency |
|
|
class A : A.B
{
public class B : A {}
}