History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-5044
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Lomov
Reporter: Sergey Coox
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

wrong unexpected token positioning

Created: 05 Aug 06 01:35   Updated: 20 Jun 07 11:00
Component/s: PSI - Parser
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=5044


 Description  « Hide
internal abstract class ActionBase
{
public abstract MenuItemWithAction CreateMenuItem();
public virtual MenuItemWithAction []CreateMenuItems()
{
return new MenuItemWithAction[]{ CreateMenuItem(); };
}
public abstract ToolBarButtonWithAction CreateToolbarButton();
}

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.