|
Project
|
ReSharper
|
|
Priority
|
Normal |
|
Type
|
Bug |
|
Fix versions
|
2.5.1, 3.0 |
|
State
|
Fixed |
|
Assignee
|
Andrey Simanovsky |
|
Subsystem
|
No subsystem |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
No Fixed in build |
using System;
class MyAttribute : Attribute
{}
partial class Stuff<[My]T> // Merge partial declarations
{
}
partial class Stuff<[My]T>
{
}
using System;
class MyAttribute : Attribute
{}
internal class Stuff<T> where T :
{}