mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
IDEA-54902 Layout after Change signature is broken
Comment is added
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
class Test {
|
class Test {
|
||||||
void <caret>foo(boolean b,
|
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