blob: 61b61e1c2534b3d53037fc3ee5874d2afe390a5f [file] [log] [blame]
public class AlignedMultilineParameters {
public void test123asd(int i,
int j) {
}
public void foo() {
test123asd(1,
2);
}
}