Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
4.5, 4.5.1, 5.0
State
Fixed
Assignee
Sergey Shkredov
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
5.0.1612.107  
  • Created by   Olga Lobacheva
    2 years ago (06 Mar 2009 15:04)
  • Updated by   Olga Lobacheva
    23 months ago (15 Feb 2010 21:45)
  • Jira: RSRP-97637
    (history, comments)
 
RSRP-97637 Attributes and refactorings
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Introduce parameter is available but do nothing

namespace MyNamespace
{
  public class MyAttribute: Attribute
  {
    public MyAttribute(string s)
    {      
    }
  }

  [MyAttribute(null{caret})]
  public class ParInfo
  {     
  }
}


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