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

Key: RSRP-34870
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dmitry Lomov
Reporter: Andrew Serebryansky
Votes: 0
Watchers: 1
Operations

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

ReSharper reports errors if '@' is used in namespace name

Created: 26 Jan 07 12:46   Updated: 11 Jul 08 16:32
Component/s: Code Analysis
Fix Version/s: 4.1
Security Level: Everybody (All jira users)

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

Build: 342
Fixed in build: 910


 Description  « Hide
namespace com.mew.emitdo.@as.util
{
class Program
{
static void Main(string[] args) { MyClass myClass = new MyClass(); }

}

class MyClass : MyAbstractClass
{
}

abstract class MyAbstractClass
{
}
}



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