mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
IDEA-54902 Layout after Change signature is broken
Comment is added
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class Test {
|
||||
void foo(int i, boolean b) {
|
||||
void foo(int i, boolean b) { // Don't expect line break to be inserted before closing method args bracket
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user