public class AlignedMultilineParameters { public void test123(int i, int j) { } public void foo() { test123(1, 2); } }