| Priority |
Show-stopper |
| Type | Bug |
| State | Fixed |
| Assignee | Andrey Simanovsky |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
3.0.2
|
| Fixed in build |
Next build |
| Build |
464
|
| Fixed in build |
408
|
RSRP-43465 |
'Merge partial declarations' kills attribute |
|
|
using System;
public class MyAttribute : Attribute { }
public partial class A<[My]T, S> { }
public partial class A<T, S> { }
using System;
public class MyAttribute : Attribute { }
public class A<T, S>
{
}