Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
2.5
State
Fixed
Assignee
Dmitry Lomov
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Vladimir Reshetnikov
    5 years ago (10 Nov 2006 16:12)
  • Updated by   Vladimir Reshetnikov
    5 years ago (25 Nov 2006 19:53)
  • Jira: RSRP-31595
    (history, comments)
 
RSRP-31595 error CS0576: Namespace 'Nikov' contains a definition conflicting with alias 'A'
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
namespace Nikov
{
    using A = A.B;

    namespace A
    {
        class B
        {
            A a; // error CS0576: Namespace 'Nikov' contains a definition conflicting with alias 'A'
        }
    }
}


Issue was closed
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments