class Test { void <caret>foo(boolean b, int i) { // Don't expect line break to be inserted before closing method args bracket } }