mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
[IDEA-167425] formatter: fixed misplaced rbrace position
This commit is contained in:
@@ -3377,5 +3377,16 @@ public void testSCR260() throws Exception {
|
||||
"}"
|
||||
);
|
||||
}
|
||||
|
||||
public void testPreserveRbraceOnItsLine() {
|
||||
doClassTest(
|
||||
"class SomeTest {\n" +
|
||||
" @Test\n" +
|
||||
"}",
|
||||
"class SomeTest {\n" +
|
||||
" @Test\n" +
|
||||
"}"
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user