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