IDEA-54902 Layout after Change signature is broken

Comment is added
This commit is contained in:
Denis Zhdanov
2010-05-14 19:32:25 +04:00
parent eb0ac30988
commit 21c7768447

View File

@@ -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
}
}