| Priority |
Major |
| Type | Bug |
| State | Fixed |
| Assignee | Andrey Simanovsky |
| Subsystem | Code Cleanup |
| Affected versions |
No affected versions
|
| Fixed in |
3.0.2
|
| Fixed in build |
Next build |
RSRP-35112 |
Open brace is placed incorrectly when "Empty braces layout" is "Together on the same line" |
|
|
class A : SomeInterface
{
}
class A : SomeInterface {
public void Foo()
{
...
}
}