blob: 5b72d68a11437ff97cd30dcb8c2a83797573d482 [file] [log] [blame]
class Test {
void <caret>foo(boolean b,
int i) { // Don't expect line break to be inserted before closing method args bracket
}
}