Project
ReSharper
Priority
Major
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   Evgeny Pasynkov
    5 years ago (22 Nov 2006 11:38)
  • Updated by   Evgeny Pasynkov
    5 years ago (25 Nov 2006 19:05)
  • Jira: RSRP-32279
    (history, comments)
 
RSRP-32279 Problem in resolve
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
using Resources;
using Resources = Resources.Resources;

namespace Resources
{
  public static class Resources
  {
    public const string S = "";
  }
}

namespace NUnit
{
  class C
  {
    private string S = Resources.S;
  }
}


Code is not compilable

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