Reporter | Joshua McKinney (joshka) |
---|---|
Created | Mar 28, 2012 3:43:43 AM |
Updated | Mar 28, 2012 3:43:43 AM |
Priority | Normal |
Type | Unspecified |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | Code Cleanup |
Affected versions | 6.1, 7.0, 7.0 Preview |
Fixed in build | No Fixed in build |
... and requires a further manual cleanup to remove.
The following code does not need a region around Bar:
class Foo
{
class Bar
{
}
}
The following code does not need a region around Bar:
class Foo
{
class Bar
{
}
}