IDEA-54902 Layout after Change signature is broken

Comment is added
This commit is contained in:
Denis Zhdanov
2010-05-14 19:32:15 +04:00
parent 1021aa382c
commit eb0ac30988

View File

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